修改推送
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
departId: '',
|
||||
defaultExpandedKeys: [],
|
||||
submitLoading: false,
|
||||
visibleTree:false,
|
||||
visibleTree: false
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -69,7 +69,10 @@
|
||||
getPush(data) {
|
||||
this.tableKey = data
|
||||
this.visible = true
|
||||
this.visibleTree = true
|
||||
this.visibleTree = false
|
||||
this.$nextTick(() => {
|
||||
this.visibleTree = true
|
||||
})
|
||||
this.departId = ''
|
||||
this.queryDepartUserTreeList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user