fix(系统设置): 修复工作空间成员批量添加到项目没有显示自定义用户组

--bug=1007879 --user=刘瑞斌 【系统设置】工作空间-成员,批量添加到项目没显示自定义的用户组 https://www.tapd.cn/55049933/s/1070920
This commit is contained in:
CaptainB 2021-11-20 12:15:11 +08:00 committed by 刘瑞斌
parent 3d12936456
commit 386de03a53
1 changed files with 1 additions and 1 deletions

View File

@ -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 : [];
});