sqg 4 роки тому
батько
коміт
203c6c0d40
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      front-vue/src/views/system/role/index.vue

+ 1 - 1
front-vue/src/views/system/role/index.vue

@@ -363,7 +363,7 @@ export default {
     this.getList();
     this.getCompanyList();
     this.getUserProfile();
-    this.getDicts("sys_normal_disable").then(response => {
+    this.getDicts("role_state").then(response => {
       this.statusOptions = response.data;
     });
   },