From d293e13d0f03a57f89ba3f7ac349c302804c996b Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 17 Oct 2024 12:56:18 +0700 Subject: [PATCH] fix: unintent test code --- src/pages/05_quotation/QuotationForm.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 787b971c..b289c2b6 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -594,10 +594,6 @@ async function searchEmployee(text: string) { ); if (retEmp) workerList.value = retEmp.data.result; } - -function printPDF() { - window.print(); -}