perf: 重新授权投流账号后update列表
This commit is contained in:
@ -250,6 +250,7 @@ const handleSyncData = () => {
|
|||||||
if (syncType.value === INITIAL_SYNC_TYPE) {
|
if (syncType.value === INITIAL_SYNC_TYPE) {
|
||||||
postPlacementAccountsSync(id.value).then((res) => {
|
postPlacementAccountsSync(id.value).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
update();
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user