From b1cbb8cad3f8c78c0559cd8cc9ba3568ccde541b Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 17 Oct 2024 09:17:54 +0700 Subject: [PATCH] refactor: remove unused --- src/pages/05_quotation/MainPage.vue | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index a8a0ef83..ac838c3f 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -69,9 +69,8 @@ const selectedEmployee = ref([]); const pageState = reactive({ hideStat: false, inputSearch: '', - statusFilter: 'all', fieldSelected: [], - gridView: false, + gridView: true, currentTab: 'all', addModal: false, @@ -378,29 +377,10 @@ watch(() => pageState.currentTab, fetchQuotationList);
- - pageState.currentTab, fetchQuotationList); pageState.currentTab = tab; pageState.inputSearch = ''; - pageState.statusFilter = 'all'; flowStore.rotate(); }