This commit is contained in:
zhutianqi
2022-03-14 11:16:52 +08:00
parent 4c7d996d46
commit d5503671df
9 changed files with 16 additions and 13 deletions
+1
View File
@@ -112,6 +112,7 @@ export default {
},
saveUserInfo() {
let arr = this.$refs.tree.getCheckedNodes().concat(this.$refs.tree.getHalfCheckedNodes());
this.filterText = ''
this.isVisible2 = false
this.$emit('checkedRole', arr)
},