fix: wrong field submit
This commit is contained in:
parent
b5e942e71a
commit
9504dc9f46
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ export const useRequestList = defineStore('request-list', () => {
|
|||
{
|
||||
customerDuty: body.customerDuty,
|
||||
customerDutyCost: body.customerDutyCost,
|
||||
companyDuty: body.customerDuty,
|
||||
companyDuty: body.companyDuty,
|
||||
companyDutyCost: body.companyDutyCost,
|
||||
individualDuty: body.individualDuty,
|
||||
individualDutyCost: body.individualDutyCost,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue