From 9504dc9f46901dbf427408ecf35f11dcf268bee3 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:36:22 +0700 Subject: [PATCH] fix: wrong field submit --- src/stores/request-list/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,