From ae32e0bd0f6fb32d5218578106802d2cafba5827 Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 3 Nov 2025 09:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E5=B7=A5=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/employee/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-ui/src/views/kaohe/employee/index.vue b/ruoyi-ui/src/views/kaohe/employee/index.vue index 5b410f5..480c369 100644 --- a/ruoyi-ui/src/views/kaohe/employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/employee/index.vue @@ -469,6 +469,7 @@ export default { } // 部门角色 deptRole if(userInfo.roles.length===1 && userInfo.roles[0]==='deptRole'){ + this.isEmployee = true; this.queryParams.deptId = userInfo.deptId } this.getList()