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