[update] 树形弹框
This commit is contained in:
@@ -189,6 +189,7 @@ export default {
|
|||||||
this.checkedRows = []
|
this.checkedRows = []
|
||||||
this.checkedKeys = []
|
this.checkedKeys = []
|
||||||
this.selectedKeys = []
|
this.selectedKeys = []
|
||||||
|
this.dataSourceRight = []
|
||||||
this.searchValue = ''
|
this.searchValue = ''
|
||||||
this.getTreeData()
|
this.getTreeData()
|
||||||
if (this.value) {
|
if (this.value) {
|
||||||
@@ -199,9 +200,6 @@ export default {
|
|||||||
}
|
}
|
||||||
// 初始化选中数据列表
|
// 初始化选中数据列表
|
||||||
this.getSelectedList(this.value)
|
this.getSelectedList(this.value)
|
||||||
} else {
|
|
||||||
this.checkedKeys = []
|
|
||||||
this.dataSourceRight = []
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onCheck (checkedKeys, info) {
|
onCheck (checkedKeys, info) {
|
||||||
|
|||||||
Reference in New Issue
Block a user