checkload

This commit is contained in:
STW_TTTY\stwtt 2024-09-26 12:04:46 +07:00
parent 13317f94f2
commit 5ffc84daf3
6 changed files with 33 additions and 24 deletions

View file

@ -73,7 +73,7 @@ export const useStructureTree = defineStore("structureTree", () => {
} catch (err) {
messageError($q, err);
} finally {
hideLoader();
isLoad && hideLoader();
}
}