[update] 修改树形弹框
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user