fix: change Status not update

This commit is contained in:
Net 2024-09-20 16:56:21 +07:00
parent 0e3f3a5462
commit 8520b04be3

View file

@ -718,6 +718,8 @@ async function triggerChangeStatus(
status: status !== 'INACTIVE' ? 'INACTIVE' : 'ACTIVE', status: status !== 'INACTIVE' ? 'INACTIVE' : 'ACTIVE',
}); });
if (res) resolve(res); if (res) resolve(res);
await fetchList({ tree: true, pageSize: 99999 });
}, },
cancel: () => {}, cancel: () => {},
}); });