Merge branch 'develop' into devTee
This commit is contained in:
commit
516b93f90d
11 changed files with 6696 additions and 30 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue