From 2508965ab31a05dd5d643fa7381d99c8cb6f64d0 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 10 Jun 2021 21:55:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BD=BF=E7=94=A8=E5=89=8D?= =?UTF-8?q?=E7=AB=AFsession=E6=9D=A5=E4=BF=9D=E5=AD=98=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E3=80=81=E5=B7=A5=E4=BD=9C=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E3=80=81=E7=BB=84=E7=BB=87=E7=9A=84=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=90=8E=E5=8F=AF=E4=BB=A5=E5=9C=A8=E4=B8=8D?= =?UTF-8?q?=E5=90=8C=E7=9A=84=E9=A1=B5=E9=9D=A2=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/common/head/HeaderOrgWs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/common/head/HeaderOrgWs.vue b/frontend/src/business/components/common/head/HeaderOrgWs.vue index 4b10de0444..9d225ee25e 100644 --- a/frontend/src/business/components/common/head/HeaderOrgWs.vue +++ b/frontend/src/business/components/common/head/HeaderOrgWs.vue @@ -124,7 +124,7 @@ export default { if (!this.currentUser.lastOrganizationId) { return false; } - this.$get("/workspace/list/orgworkspace/", response => { + this.$get("/workspace/list/orgworkspace/" + getCurrentOrganizationId(), response => { let data = response.data; if (data.length === 0) { this.workspaceList = [{name: this.$t('workspace.none')}];