fix(项目设置): 创建用户组控制台报错

This commit is contained in:
shiziyuan9527 2022-02-11 15:17:58 +08:00 committed by shiziyuan9527
parent 2e86fdc46b
commit 056bf36a93
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ export default {
this.dialogVisible = true;
this.dialogType = type;
this.form = Object.assign({type: 'PROJECT' ,global: false , scopeId: getCurrentWorkspaceId()}, row);
this.getWorkspace();
},
cancel() {
this.dialogVisible = false;