From 804706c5c730639dbd54640cbde550ce6da55bb4 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 10 Oct 2024 17:53:12 +0700 Subject: [PATCH] feat: add worker index on update --- 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 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, });