fix 81412

This commit is contained in:
赵霄
2024-01-29 14:16:18 +08:00
parent 138f7634a0
commit b604ce3520
+3 -6
View File
@@ -180,15 +180,12 @@ export default {
}
}
},
mounted () {
this.getSysCategoryTree()
this.initRoleList()
this.loadData()
},
methods: {
open (value) {
this.visible = true
this.getSysCategoryTree()
this.initRoleList()
this.loadData()
this.visible = true
if (value) {
this.selectedRowKeys = value.split(',')
this.getUserListByIds(value)