cy
2023-11-25 e65e3c1a492714364483b892bd3fa01adb643191
feat: 人员角色编辑
1个文件已修改
2 ■■■ 已修改文件
admin-web/src/views/systemManger/server/user/editRole.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {