瀏覽代碼

角色状态

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;
     });
   },