From 9f922680870b2173bda7cb33d9173afec167330f Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 13 May 2025 15:48:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B8=A5=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B9=80=E0=B8=AA=E0=B9=89=E0=B8=99=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/org/api.org.ts | 1 + src/modules/06_evaluate/components/viewstep/viewStep1.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/org/api.org.ts b/src/api/org/api.org.ts index a80edf0..dd86f6f 100644 --- a/src/api/org/api.org.ts +++ b/src/api/org/api.org.ts @@ -52,6 +52,7 @@ export default { `${org}/profile${emType}/salary/position/history/${id}`, dataUserSalary: `${profileOrg}/salary/user`, + dataUserSalaryPosition: `${profileOrg}/salary/position/user`, dataUserSalaryByType: (type: string) => `${org}/profile${type}/salary/user`, dataUserAssessments: `${profileOrg}/assessments/user`, dataUserPortfolio: `${env.API_URI}/development/portfolio/user`, diff --git a/src/modules/06_evaluate/components/viewstep/viewStep1.vue b/src/modules/06_evaluate/components/viewstep/viewStep1.vue index d749a44..a6e7c29 100644 --- a/src/modules/06_evaluate/components/viewstep/viewStep1.vue +++ b/src/modules/06_evaluate/components/viewstep/viewStep1.vue @@ -123,7 +123,7 @@ async function fetchDataAllDetail() { }); // ดึงข้อมูลประวัติการรับราชการ - http.get(config.API.dataUserSalary).then((res) => { + http.get(config.API.dataUserSalaryPosition).then((res) => { formDetail.salaries = res.data.result; });