[update] 修改树形弹框

This commit is contained in:
lideqin
2024-08-12 18:42:27 +08:00
parent 1990e37bcb
commit e80496f7d9
@@ -192,6 +192,7 @@ export default {
this.treeData = []
this.checkedRows = []
this.checkedKeys = []
this.loadedKeys = []
this.selectedKeys = []
this.dataSourceRight = []
this.searchValue = ''
@@ -205,6 +206,7 @@ export default {
// 初始化选中数据列表
this.getSelectedList(this.value)
}
this.$forceUpdate()
},
onCheck (checkedKeys, info) {
console.log('----------onCheck', checkedKeys)