changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user