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