From 21ef913c0444ba6fda2876fdace31e862510d686 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Thu, 17 Jul 2025 12:00:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=87=8D=E6=96=B0=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E6=8A=95=E6=B5=81=E8=B4=A6=E5=8F=B7=E5=90=8Eupdate=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account-manage/components/authorized-account-modal/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/property-marketing/put-account/account-manage/components/authorized-account-modal/index.vue b/src/views/property-marketing/put-account/account-manage/components/authorized-account-modal/index.vue index b3ce517..eff84ab 100644 --- a/src/views/property-marketing/put-account/account-manage/components/authorized-account-modal/index.vue +++ b/src/views/property-marketing/put-account/account-manage/components/authorized-account-modal/index.vue @@ -250,6 +250,7 @@ const handleSyncData = () => { if (syncType.value === INITIAL_SYNC_TYPE) { postPlacementAccountsSync(id.value).then((res) => { if (res.code === 200) { + update(); close(); } });