Ver código fonte

角色状态

sqg 4 anos atrás
pai
commit
203c6c0d40
1 arquivos alterados com 1 adições e 1 exclusões
  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;
     });
   },