fix(项目设置): 创建用户组控制台报错
This commit is contained in:
parent
2e86fdc46b
commit
056bf36a93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue