diff --git a/src/stores/request-list/index.ts b/src/stores/request-list/index.ts index acb6a92d..091680e5 100644 --- a/src/stores/request-list/index.ts +++ b/src/stores/request-list/index.ts @@ -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,