diff --git a/jero-web/src/components/libraryPush/index.vue b/jero-web/src/components/libraryPush/index.vue index 217c3a3b8..a9dd5c9c0 100644 --- a/jero-web/src/components/libraryPush/index.vue +++ b/jero-web/src/components/libraryPush/index.vue @@ -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() },