diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index 13dcc601..43be6352 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -72,6 +72,7 @@ export const useQuotationStore = defineStore('quotation-store', () => { productId: v.product.id, workId: v.work?.id, serviceId: v.service?.id, + workerIndex: v.workerIndex, })), }); if (res.status < 400) {