diff --git a/src/component/Administrator/Transaction/TransactionTable.vue b/src/component/Administrator/Transaction/TransactionTable.vue index 8955fca3..3d2c54e7 100644 --- a/src/component/Administrator/Transaction/TransactionTable.vue +++ b/src/component/Administrator/Transaction/TransactionTable.vue @@ -31,7 +31,7 @@ :filter-option="filterOption" placeholder="Select Item..." max-tag-count="responsive" - :options="countryList" + :options="allCountry" >
@@ -192,9 +192,6 @@ export default defineComponent({ cityList: computed(()=>{ return store.state.adminPage.city }), - countryList: computed(()=>{ - return store.state.adminPage.country - }), isAwayOrUnfold:false, }); let filterData: any = reactive({