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(() => {