From 4960a0d9604426599a7585c5615e10c5eeb2d950 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 9 Jan 2024 15:49:50 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=A2?= =?UTF-8?q?=20=E0=B8=9A=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B6=E0=B8=81?= =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82=E0=B8=9B=E0=B8=8F?= =?UTF-8?q?=E0=B8=B4=E0=B8=97=E0=B8=B4=E0=B8=99=E0=B8=A7=E0=B8=B1=E0=B8=99?= =?UTF-8?q?=E0=B8=97=E0=B8=B3=E0=B8=87=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_leave/components/1_Work/DialogEdit.vue | 2 +- src/modules/09_leave/views/ChangeRoundMain.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/09_leave/components/1_Work/DialogEdit.vue b/src/modules/09_leave/components/1_Work/DialogEdit.vue index 86351b1cb..a6140e6ca 100644 --- a/src/modules/09_leave/components/1_Work/DialogEdit.vue +++ b/src/modules/09_leave/components/1_Work/DialogEdit.vue @@ -55,7 +55,7 @@ async function onClickSave() { dialogConfirm($q, async () => { console.log(body); - success($q, "บันทึกข้อมูสำเร็จ"); + success($q, "บันทึกข้อมูลสำเร็จ"); props.close?.(); }); } diff --git a/src/modules/09_leave/views/ChangeRoundMain.vue b/src/modules/09_leave/views/ChangeRoundMain.vue index 8a4a7b2a3..ed6d7b1b2 100644 --- a/src/modules/09_leave/views/ChangeRoundMain.vue +++ b/src/modules/09_leave/views/ChangeRoundMain.vue @@ -73,7 +73,7 @@ function save() { dialogConfirm($q, async () => { showLoader(); await http - .post(config.API.leaveWorkByid(detailByid.value.profileId), { + .put(config.API.leaveWorkByid(detailByid.value.profileId), { work: dateWork.value, }) .then(() => {