From 126f6f49c89b979ddc4f5be20d11a78da1d94b16 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 8 Oct 2024 10:05:46 +0700 Subject: [PATCH] feat: add worker index on submit --- src/stores/quotations/index.ts | 1 + 1 file changed, 1 insertion(+) 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) {