From ab0f021307cd14df4baafb416b41593e3a3e9102 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 24 Mar 2022 14:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/libraryPush/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() },