From bd735bc80393bea486ed8733b1d36ec2888bd0a7 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 16 Jun 2021 18:01:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=BB=84=E7=BB=87=E8=8F=9C=E5=8D=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=BB=84=E7=BB=87=E6=88=90=E5=91=98=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/components/settings/system/Organization.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/settings/system/Organization.vue b/frontend/src/business/components/settings/system/Organization.vue index c1494ab5a3..d1045be951 100644 --- a/frontend/src/business/components/settings/system/Organization.vue +++ b/frontend/src/business/components/settings/system/Organization.vue @@ -485,7 +485,7 @@ export default { this.result = this.$post("user/special/org/member/add", param, () => { let sign = "other"; let sourceId = this.currentRow.id; - refreshSessionAndCookies(sign, sourceId); + // refreshSessionAndCookies(sign, sourceId); this.cellClick(this.currentRow); this.dialogOrgMemberAddVisible = false; });