From 6fa5ade5b10ee1cdaeb84412ddfb2733971d0c9a Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Mon, 5 Jan 2026 16:42:19 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E5=9B=BD=E5=AE=B6=E5=92=8C=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Administrator/Transaction/TransactionTable.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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({