feat: add worker index on update

This commit is contained in:
Methapon Metanipat 2024-10-10 17:53:12 +07:00
parent 9f49eefaba
commit 804706c5c7

View file

@ -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,
});