Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-02-07 17:54:35 +07:00
commit 516b93f90d
11 changed files with 6696 additions and 30 deletions

View file

@ -106,9 +106,9 @@ async function fetchDataTable(id: string, level: number, action: boolean) {
const { id, ...rest } = a ? a : p[0];
const test = { ...e, ...rest };
dataMain.push(test);
posMaster.value = store.fetchPosMaster(dataMain);
}
});
posMaster.value = store.fetchPosMaster(dataMain);
})
.catch((err) => {
messageError($q, err);