This commit is contained in:
Viet An
2026-06-10 19:48:58 +07:00
parent d0b12dc647
commit 8ba1a0b5cf
4 changed files with 58 additions and 42 deletions

View File

@@ -24,10 +24,10 @@ function toggleSelected(imeiRec) {
const { cartItems, getCart } = inject("pos");
const isAdding = ref(false);
async function addToCart() {
try {
isAdding.value = true;
console.log("store.customer", store.customer);
let cart = await $getdata("Cart", {
filter: { customer: store.customer },
first: true,