fix(系统设置): 组织、工作空间管理员添加成员失败#1004949

This commit is contained in:
shiziyuan9527 2021-07-08 15:42:08 +08:00 committed by 刘瑞斌
parent 2606ae9903
commit 06e3b7124f
2 changed files with 1 additions and 2 deletions

View File

@ -82,7 +82,6 @@ public class GroupController {
}
@PostMapping("/list")
@RequiresPermissions(PermissionConstants.SYSTEM_GROUP_READ)
public List<Group> getGroupsByType(@RequestBody GroupRequest request) {
return groupService.getGroupsByType(request);
}

View File

@ -4,7 +4,7 @@
@closed="handleClose" class="edit-user-dialog"
:destroy-on-close="true">
<div v-loading="result.loading">
<el-form :model="form" label-position="right" label-width="100px" size="small" :rules="rule" ref="createUserForm">
<el-form :model="form" label-position="right" label-width="120px" size="small" :rules="rule" ref="createUserForm">
<el-form-item label="ID" prop="id">
<el-input v-model="form.id" autocomplete="off" :placeholder="$t('user.input_id_placeholder')" :disabled="type === 'Edit'"/>
</el-form-item>