diff --git a/src/modules/05_placement/components/Transfer/TransferDetail.vue b/src/modules/05_placement/components/Transfer/TransferDetail.vue index cdc3d9a8d..ca9200c82 100644 --- a/src/modules/05_placement/components/Transfer/TransferDetail.vue +++ b/src/modules/05_placement/components/Transfer/TransferDetail.vue @@ -227,27 +227,27 @@ async function fileDownload(no: number, type: string, fileName: string) { } /** ฟังก์ชันยืนยันการส่งคำร้องไปยัง สกจ.*/ -function onUpdateStatus() { - dialogConfirm( - $q, - async () => { - showLoader(); - await http - .get(config.API.transferConfirmId(transferId.value)) - .then(async () => { - await getData(); - // success($q, "ส่งคำร้องข้อมูลสำเร็จ"); - }) - .catch((e) => { - messageError($q, e); - }) - .finally(async () => { - hideLoader(); - }); - }, - "ต้องการยืนยันส่งคำร้องไปยัง สกจ หรือไม่?", - "ข้อมูลจะถูกนำส่งคำร้องไปยัง สกจ ทันที" - ); +async function onUpdateStatus() { + // dialogConfirm( + // $q, + // async () => { + showLoader(); + await http + .get(config.API.transferConfirmId(transferId.value)) + .then(async () => { + await getData(); + // success($q, "ส่งคำร้องข้อมูลสำเร็จ"); + }) + .catch((e) => { + messageError($q, e); + }) + .finally(async () => { + hideLoader(); + }); + // }, + // "ต้องการยืนยันส่งคำร้องไปยัง สกจ หรือไม่?", + // "ข้อมูลจะถูกนำส่งคำร้องไปยัง สกจ ทันที" + // ); } /** ฟังก์ชันยืนยันการบันทึกการแก้ไขข้อมูล*/