添加资产授权
parent
a884b72720
commit
d7f4bfcf99
|
@ -152,6 +152,7 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
},
|
||||||
//生命周期 - 创建完成(可以访问当前this实例)",
|
//生命周期 - 创建完成(可以访问当前this实例)",
|
||||||
created() {
|
created() {
|
||||||
this.getSelectList();
|
this.getSelectList();
|
||||||
|
|
|
@ -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实例)",
|
||||||
|
|
Loading…
Reference in New Issue