流程相关-分公司项目部新增
This commit is contained in:
parent
88a4cceeba
commit
a87ed10ebd
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue