feat: add worker index on submit

This commit is contained in:
Methapon Metanipat 2024-10-08 10:05:46 +07:00
parent c1a9d93026
commit 126f6f49c8

View file

@ -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) {