ปรับการ fetch ข้อมูล tree

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-01 09:27:56 +07:00
parent c7ea4e0e5b
commit dd9239ac25
7 changed files with 18 additions and 12 deletions

View file

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