sqg 4 éve
szülő
commit
203c6c0d40
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
     });
   },