diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index 541649e0..ad83cc93 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -93,6 +93,7 @@ export const useQuotationStore = defineStore('quotation-store', () => { productId: v.product.id, workId: v.work?.id, serviceId: v.service?.id, + workerIndex: v.workerIndex, })), id: undefined, });