liuguocan
2023-11-28 8f4f83af6ce2a1468042bf60678cc49daf1beb3b
admin-web/src/views/systemManger/server/user/editRole.vue
@@ -91,7 +91,7 @@
      //   }
      // }
      this.data_scope = 1
      role.listRole({dataScope: this.data_scope}).then(response => {
      role.listRoleByDataScope({dataScope: this.data_scope}).then(response => {
            if (response) {
              this.roleOptions = response;
            } else {