修改推送

This commit is contained in:
qq787203167
2022-03-24 14:13:52 +08:00
parent ab0f021307
commit 6eb87f47be
@@ -71,10 +71,9 @@
this.visible = true
this.visibleTree = false
this.$nextTick(() => {
this.visibleTree = true
this.departId = ''
this.queryDepartUserTreeList()
})
this.departId = ''
this.queryDepartUserTreeList()
},
onSelect(selectedKeys) {
this.selectedKey = selectedKeys
@@ -135,6 +134,7 @@
if (res.success) {
this.gData = res.result
this.defaultExpandedKeys = [this.departId]
this.visibleTree = true
} else {
this.gData = []
}