This commit is contained in:
Viet An
2026-07-04 13:46:14 +07:00
parent b06907097c
commit b6766ba7d0
19 changed files with 397 additions and 680 deletions

View File

@@ -41,6 +41,7 @@ export const usePosStore = defineStore("pos", () => {
id: activeCartId.value,
customer: cusId,
},
notify: false,
});
await getCarts();
isChangingCus.value = false;