liujiayin 2 лет назад
Родитель
Сommit
09c74ff563
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/infosManage/fileIE.vue

+ 1 - 1
src/views/infosManage/fileIE.vue

@@ -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