修改推送

This commit is contained in:
qq787203167
2022-03-24 14:10:34 +08:00
parent 4b92692a71
commit ab0f021307
@@ -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()
},