From 312cd1ed11a48aaba4b99066ad7cf2fe8a79a4dc Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 1 May 2025 17:05:10 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4=20=E0=B8=95=E0=B8=B3=E0=B9=81?= =?UTF-8?q?=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87=20=E0=B8=AA=E0=B9=88?= =?UTF-8?q?=E0=B8=87=20CommandName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/GovernmentInformation/07_Position.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue index adfbd4026..11e094ef4 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue @@ -773,6 +773,7 @@ function onSubmit() { ...formData, commandDateAffect: convertDateToAPI(formData.commandDateAffect), commandDateSign: convertDateToAPI(formData.commandDateSign), + commandName: store.convertCommandCodeName(formData.commandCode), amount: Number(String(formData.amount)?.replace(/,/g, "")), amountSpecial: Number( String(formData.amountSpecial)?.replace(/,/g, "")