feat: add worker index on submit
This commit is contained in:
parent
c1a9d93026
commit
126f6f49c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue