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(); } });