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);