|
|
@@ -162,7 +162,7 @@ export default {
|
|
|
const roleList = this.$store.getters.userInfo.role
|
|
|
// 系统管理角色添加删除按钮
|
|
|
const hasRole = roleList.some(item => item.name === '系统管理角色')
|
|
|
- if (this.$route.name == 'ywyxjlsc') {
|
|
|
+ if (this.$route.name == 'wjkzgl-ywyxjlsc') {
|
|
|
// 系统管理角色不做分类过滤
|
|
|
this.listConfig.toolbars.push({ key: 'remove' })
|
|
|
this.selection = true
|