diff --git a/src/modules/05_command/views/lists.vue b/src/modules/05_command/views/lists.vue
index f15f5856..98de23b1 100644
--- a/src/modules/05_command/views/lists.vue
+++ b/src/modules/05_command/views/lists.vue
@@ -159,26 +159,26 @@ function onDialogEdit(data: ListOrder) {
dialogFormCommand.value = true;
}
-/**
- * ลบ คำสั่ง
- * @param id id คำสั่ง
- */
-function onDelete(id: string) {
- dialogRemove($q, () => {
- showLoader();
- http
- .delete(config.API.commandType + `/${id}`)
- .then(async () => {
- await fetchCommandType();
- })
- .catch((e) => {
- messageError($q, e);
- })
- .finally(() => {
- hideLoader();
- });
- });
-}
+// /**
+// * ลบ คำสั่ง
+// * @param id id คำสั่ง
+// */
+// function onDelete(id: string) {
+// dialogRemove($q, () => {
+// showLoader();
+// http
+// .delete(config.API.commandType + `/${id}`)
+// .then(async () => {
+// await fetchCommandType();
+// })
+// .catch((e) => {
+// messageError($q, e);
+// })
+// .finally(() => {
+// hideLoader();
+// });
+// });
+// }
/**
* ปิด dialog
@@ -352,7 +352,7 @@ onMounted(async () => {
แก้ไข
- {
ลบ
-
+ -->