From e6d3a5ce2ff7f9d73af47f1b77d01f7aee0c6a6b Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Tue, 1 Oct 2024 15:16:35 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_IDP/component/DialogDevelop.vue | 2 +- src/modules/14_IDP/views/main.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/14_IDP/component/DialogDevelop.vue b/src/modules/14_IDP/component/DialogDevelop.vue index df7a80f..4c28974 100644 --- a/src/modules/14_IDP/component/DialogDevelop.vue +++ b/src/modules/14_IDP/component/DialogDevelop.vue @@ -181,7 +181,7 @@ async function createURLUpload(id: string, file: any) { const fileName = { fileName: file.name }; await http .post( - config.API.file("IDP", "หลักฐาน", id), + config.API.file("IDP", "ยื่นคำร้องขอเพิ่มข้อมูลการพัฒนารายบุคคล", id), { replace: false, fileList: fileName, diff --git a/src/modules/14_IDP/views/main.vue b/src/modules/14_IDP/views/main.vue index ba31100..1707fba 100644 --- a/src/modules/14_IDP/views/main.vue +++ b/src/modules/14_IDP/views/main.vue @@ -216,7 +216,7 @@ async function getListData() { function onDownloadFile(id: string) { showLoader(); http - .get(config.API.file("IDP", "หลักฐาน", id)) + .get(config.API.file("IDP", "ยื่นคำร้องขอเพิ่มข้อมูลการพัฒนารายบุคคล", id)) .then((res) => { if (res.data.length !== 0) { downloadUrl(id, res.data[0].fileName); @@ -240,7 +240,7 @@ function downloadUrl(id: string, fileName: string) { .get( config.API.fileByFile( "IDP", - "หลักฐาน", + "ยื่นคำร้องขอเพิ่มข้อมูลการพัฒนารายบุคคล", id, fileName )