From fde95cea9fb4f863a7b131291ea58b980755a5da Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 23 Jul 2024 09:23:51 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A2=E0=B8=B7=E0=B9=88=E0=B8=99=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=A3=E0=B9=89=E0=B8=AD=E0=B8=87=E0=B8=82=E0=B8=AD=E0=B9=81?= =?UTF-8?q?=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_registry/views/requestEditMain.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/modules/10_registry/views/requestEditMain.vue b/src/modules/10_registry/views/requestEditMain.vue index ecb1162..096df4e 100644 --- a/src/modules/10_registry/views/requestEditMain.vue +++ b/src/modules/10_registry/views/requestEditMain.vue @@ -249,21 +249,21 @@ function downloadUrl(id: string, fileName: string) { }); } -function onDeleteLidt(id: string) { - dialogRemove($q, () => { - showLoader(); - http - .delete(config.API.requestEdit + `${id}`) - .then(async (res) => { - await fetchListRequset(); - await success($q, "ลบข้อมูลสำเร็จ"); - }) - .catch((err) => { - messageError($q, err); - hideLoader(); - }); - }); -} +// function onDeleteLidt(id: string) { +// dialogRemove($q, () => { +// showLoader(); +// http +// .delete(config.API.requestEdit + `${id}`) +// .then(async (res) => { +// await fetchListRequset(); +// await success($q, "ลบข้อมูลสำเร็จ"); +// }) +// .catch((err) => { +// messageError($q, err); +// hideLoader(); +// }); +// }); +// } watch( () => pageSize.value, @@ -376,7 +376,7 @@ onMounted(() => { {{ col.label }} - +