[update] 修改bug80095
This commit is contained in:
@@ -109,6 +109,10 @@ export default {
|
|||||||
this.visible = true
|
this.visible = true
|
||||||
this.checkedRows = []
|
this.checkedRows = []
|
||||||
this.checkedKeys = []
|
this.checkedKeys = []
|
||||||
|
this.searchValue = ''
|
||||||
|
if (this.rootOpened) {
|
||||||
|
this.initExpandedKeys(this.treeData)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
loadDepart () {
|
loadDepart () {
|
||||||
// 这个方法是找到所有的部门信息
|
// 这个方法是找到所有的部门信息
|
||||||
|
|||||||
Reference in New Issue
Block a user