This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-31 12:02:11 +07:00
parent 51b26ba51c
commit ad8cf4553a
4 changed files with 136 additions and 8 deletions

View file

@ -208,8 +208,8 @@ async function onClickDel(type: number, id: string) {
messageError($q, err);
})
.finally(async () => {
await props.fetchDataTree?.();
await hideLoader();
props.fetchDataTree?.();
hideLoader();
});
});
}