perf: 重新授权投流账号后update列表

This commit is contained in:
rd
2025-07-17 12:00:36 +08:00
parent 85b62ff476
commit 21ef913c04

View File

@ -250,6 +250,7 @@ const handleSyncData = () => {
if (syncType.value === INITIAL_SYNC_TYPE) {
postPlacementAccountsSync(id.value).then((res) => {
if (res.code === 200) {
update();
close();
}
});