流程相关-分公司项目部新增

This commit is contained in:
lSun 2024-10-17 10:20:59 +08:00
parent 88a4cceeba
commit a87ed10ebd
1 changed files with 7 additions and 1 deletions

View File

@ -55,7 +55,7 @@
plain
icon="el-icon-s-custom"
size="mini"
@click="handleDelete"
@click="allocation"
>权限分配
</el-button>
</el-col>
@ -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(() => {