fix load ทะเบียนประวัต
This commit is contained in:
parent
90e406e21c
commit
75fa420862
2 changed files with 10 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue