fix load ทะเบียนประวัต

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-27 14:39:04 +07:00
parent 90e406e21c
commit 75fa420862
2 changed files with 10 additions and 8 deletions

View file

@ -28,9 +28,6 @@ export const useStructureTree = defineStore("structureTree", () => {
* @returns
*/
async function fetchStructureTree(sysKey: string, isLoad: boolean = false) {
console.log(sysKey);
console.log(dataStore.value);
if (dataStore.value[sysKey]) {
return dataStore.value[sysKey] || [];
} else {