diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue index e348cade5..1b431ec0e 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue @@ -199,12 +199,7 @@ function onSubmit() { async function uploadProfile(id: string) { await http .post( - config.API.subFile( - "ทะเบียนประวัติ", - "ปฏิบัติราชการพิเศษ", - profileId.value, - id - ), + config.API.subFile("ทะเบียนประวัติ", "ช่วยราชการ", profileId.value, id), { replace: true, fileList: [ @@ -264,7 +259,7 @@ async function onDownloadFile(id: string, isLoad: boolean = true) { .get( config.API.subFileByFileName( "ทะเบียนประวัติ", - "ปฏิบัติราชการพิเศษ", + "ช่วยราชการ", profileId.value, id, "เอกสารหลักฐาน"