流程相关-分公司项目部新增
This commit is contained in:
parent
88a4cceeba
commit
a87ed10ebd
|
|
@ -55,7 +55,7 @@
|
||||||
plain
|
plain
|
||||||
icon="el-icon-s-custom"
|
icon="el-icon-s-custom"
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="handleDelete"
|
@click="allocation"
|
||||||
>权限分配
|
>权限分配
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
@ -710,6 +710,12 @@ export default {
|
||||||
downloadFile({ fileName: `分公司项目_${new Date().getTime()}.xlsx`, fileData: res, fileType: 'application/vnd.ms-excel;charset=utf-8' })
|
downloadFile({ fileName: `分公司项目_${new Date().getTime()}.xlsx`, fileData: res, fileType: 'application/vnd.ms-excel;charset=utf-8' })
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/** 权限分配-跳转到人员信息页面*/
|
||||||
|
allocation(){
|
||||||
|
this.$router.push({ path : '/system/userInfo' }); // 使用路由名称进行跳转
|
||||||
|
},
|
||||||
|
|
||||||
/** 刷新缓存按钮操作 */
|
/** 刷新缓存按钮操作 */
|
||||||
handleRefreshCache() {
|
handleRefreshCache() {
|
||||||
refreshCache().then(() => {
|
refreshCache().then(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue