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 }}
-
+
@@ -402,7 +402,7 @@ onMounted(() => {
{{ col.value ? col.value : "-" }}
-
+