diff --git a/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue b/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue index c2a6cb3c21..c014c901bf 100644 --- a/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue +++ b/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue @@ -9,7 +9,7 @@ @@ -20,13 +20,16 @@ @@ -93,8 +96,10 @@ @@ -118,10 +123,13 @@ - - + + - + - + - + @@ -167,7 +177,8 @@ - + { + this.result = this.$post("user/ws/member/add", param, () => { this.cellClick(this.currentWorkspaceRow); this.addMemberVisible = false; }) @@ -394,7 +408,7 @@ roleIds: this.memberForm.roleIds, workspaceId: this.currentWorkspaceRow.id } - this.result = this.$post("/workspace/member/update", param,() => { + this.result = this.$post("/workspace/member/update", param, () => { this.$message({ type: 'success', message: this.$t('commons.modify_success') @@ -472,8 +486,8 @@ } .member-size { - text-decoration:underline; - cursor:pointer; + text-decoration: underline; + cursor: pointer; } .member-title {