From fce62f46ac0b0257e38df233fd2c93612fb6164f Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 18 Apr 2024 11:44:06 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C=E0=B8=97?= =?UTF-8?q?=E0=B8=B8=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_scholarship/views/detail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/09_scholarship/views/detail.vue b/src/modules/09_scholarship/views/detail.vue index dc5c812..c6c08c8 100644 --- a/src/modules/09_scholarship/views/detail.vue +++ b/src/modules/09_scholarship/views/detail.vue @@ -292,8 +292,8 @@ async function clickUpload(file: any) { await http .post( config.API.developmentSalaryFile( - "พัฒนาบุคคล", - "ฟอร์มรายงานตัวกลับ", + "ระบบพัฒนาบุคคล", + "ฟอร์มรายงานตัวกลับเข้ารับราชการ", id.value ), { @@ -350,8 +350,8 @@ function getFile() { http .get( config.API.developmentSalaryFile( - "พัฒนาบุคคล", - "ฟอร์มรายงานตัวกลับ", + "ระบบพัฒนาบุคคล", + "ฟอร์มรายงานตัวกลับเข้ารับราชการ", id.value ) )