From ae148e46568e21b62231a8dc3db652d784a86693 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 17 Oct 2024 12:56:35 +0700 Subject: [PATCH] chore: remove unused --- src/pages/05_quotation/MainPage.vue | 68 +---------------------------- 1 file changed, 2 insertions(+), 66 deletions(-) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index ac838c3f..ac627068 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -76,7 +76,6 @@ const pageState = reactive({ addModal: false, quotationModal: false, employeeModal: false, - productServiceModal: false, }); const CUSTOMER_BRANCH_DEFAULT: CustomerBranchCreate & { @@ -664,69 +663,6 @@ watch(() => pageState.currentTab, fetchQuotationList); - - - -
- - - - -
-
- - - pageState.currentTab, fetchQuotationList); pageState.currentTab, fetchQuotationList);