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