添加资产授权

yuan
Yueng 2024-09-08 23:25:09 +08:00
parent a884b72720
commit d7f4bfcf99
2 changed files with 7 additions and 6 deletions

View File

@ -152,6 +152,7 @@ export default {
}) })
} }
}, },
},
// - 访this", // - 访this",
created() { created() {
this.getSelectList(); this.getSelectList();

View File

@ -123,16 +123,16 @@ export default {
this.data = res.data this.data = res.data
}) })
}, },
handleNodeClick(data){ handleNodeClick(data) {
console.log(data) console.log(data)
this.tableBasic=data this.tableBasic = data
tableStructureShow(data).then(res=>{ tableStructureShow(data).then(res => {
console.log(res) console.log(res)
this.dataNum=res.data.length this.dataNum = res.data.length
this.tableStructure=res.data this.tableStructure = res.data
}) })
}
}, },
// - 访this", // - 访this",