sqg 4 gadi atpakaļ
vecāks
revīzija
203c6c0d40
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
     });
   },