From a87ed10ebd4703e633641b988fd557924bf98161 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 17 Oct 2024 10:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=9B=B8=E5=85=B3-=E5=88=86?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E9=A1=B9=E7=9B=AE=E9=83=A8=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/process/branchPro/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/process/branchPro/index.vue b/src/views/process/branchPro/index.vue index e63bc6d..d049e3e 100644 --- a/src/views/process/branchPro/index.vue +++ b/src/views/process/branchPro/index.vue @@ -55,7 +55,7 @@ plain icon="el-icon-s-custom" size="mini" - @click="handleDelete" + @click="allocation" >权限分配 @@ -710,6 +710,12 @@ export default { downloadFile({ fileName: `分公司项目_${new Date().getTime()}.xlsx`, fileData: res, fileType: 'application/vnd.ms-excel;charset=utf-8' }) }) }, + + /** 权限分配-跳转到人员信息页面*/ + allocation(){ + this.$router.push({ path : '/system/userInfo' }); // 使用路由名称进行跳转 + }, + /** 刷新缓存按钮操作 */ handleRefreshCache() { refreshCache().then(() => {