fix(系统设置): 修复工作空间成员批量添加到项目没有显示自定义用户组
--bug=1007879 --user=刘瑞斌 【系统设置】工作空间-成员,批量添加到项目没显示自定义的用户组 https://www.tapd.cn/55049933/s/1070920
This commit is contained in:
parent
3d12936456
commit
386de03a53
|
@ -177,7 +177,7 @@ export default {
|
|||
// 过滤工作空间下用户组
|
||||
this.result = this.$post('/user/group/list', {
|
||||
type: GROUP_PROJECT,
|
||||
resourceId: getCurrentProjectID()
|
||||
resourceId: getCurrentWorkspaceId()
|
||||
}, (res) => {
|
||||
this.projectUserGroups = res.data ? res.data : [];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue