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