From 718cff7e28c8c64055e6a740bf33fac379265ed3 Mon Sep 17 00:00:00 2001 From: liminge Date: Wed, 15 Dec 2021 15:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=BB=84=E4=BB=B6=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/workPlace.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workbench/workPlace.vue b/src/pages/workbench/workPlace.vue index e1a809e..879c141 100644 --- a/src/pages/workbench/workPlace.vue +++ b/src/pages/workbench/workPlace.vue @@ -1071,13 +1071,13 @@ export default { this.manage_arr[0].url = "/authority/organization/detail/" + this.userInfo.department_id; this.init_func(); - this.getNowMenu() } else { this.getCurrentUser(); } if (state != "needLogin") { this.online_tool_arr.splice(0,1) } + this.getNowMenu() }, methods: { getNowMenu() { -- 2.26.0