This commit is contained in:
Viet An
2026-07-04 14:13:21 +07:00
parent b06907097c
commit b6766ba7d0
19 changed files with 397 additions and 680 deletions
+1
View File
@@ -41,6 +41,7 @@ export const usePosStore = defineStore("pos", () => {
id: activeCartId.value,
customer: cusId,
},
notify: false,
});
await getCarts();
isChangingCus.value = false;