From b9d9f76e2abb8f69a4801276b2df59077738fd6a Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 29 Nov 2023 14:00:39 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A5=E0=B8=9A=E0=B8=AA=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B9=84=E0=B8=9B=E0=B8=9E=E0=B8=B1=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2_InvestigateFacts/EditPage.vue | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue b/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue index c7e614f2c..65dfea31b 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue @@ -378,20 +378,6 @@ function emitPerson(data: FormData[]) { }); } -/** ยืนยัน ส่งไปออกคำสั่ง */ -function sentIssue() { - dialogConfirm( - $q, - () => confirmSentIssue(), - "ยืนยันส่งไปสรุปผลการพิจารณา", - "ต้องการยืนยันส่งไปสรุปผลการพิจารณาใช่หรือไม่?" - ); -} - -/** ฟังชั่น ส่งไปออกคำสั่ง*/ -function confirmSentIssue() { - console.log("sent"); -} /** โหลดข้อมูลเมื่อเข้าหน้านี้ */ onMounted(() => { @@ -432,12 +418,6 @@ watch( color="public" @click="sentInvestigate" /> -