This commit is contained in:
宋伟佳
2021-11-09 15:17:09 +08:00
parent 00c8ad36e4
commit c34cd49257
@@ -538,6 +538,7 @@ export default {
})
},
closeDialog() {
this.treeData2 = []
this.modalshowflag = false
},
confirmDialog() {
@@ -548,6 +549,7 @@ export default {
if (res.ok) {
this.$message.success('设置权限成功')
this.modalshowflag = false
this.treeData2 = []
}
})
},