[update] 树形弹框

This commit is contained in:
lideqin
2024-08-09 20:34:59 +08:00
parent 111004e39f
commit cd9de39388
@@ -189,6 +189,7 @@ export default {
this.checkedRows = []
this.checkedKeys = []
this.selectedKeys = []
this.dataSourceRight = []
this.searchValue = ''
this.getTreeData()
if (this.value) {
@@ -199,9 +200,6 @@ export default {
}
// 初始化选中数据列表
this.getSelectedList(this.value)
} else {
this.checkedKeys = []
this.dataSourceRight = []
}
},
onCheck (checkedKeys, info) {