feat: add worker index on update
This commit is contained in:
parent
9f49eefaba
commit
804706c5c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue