From 04da71b4f165879217d72b17cfc0c9f813ddbe0d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 21 Mar 2024 15:10:23 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=B8=80=E8=88=AC=E6=A3=80=E7=B4=A2?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E8=B0=83count=E6=8E=A5=E5=8F=A3=E5=8A=A0?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/search/GeneralSearch.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/dashboard/search/GeneralSearch.vue b/src/views/dashboard/search/GeneralSearch.vue index 40412808..329857cb 100644 --- a/src/views/dashboard/search/GeneralSearch.vue +++ b/src/views/dashboard/search/GeneralSearch.vue @@ -416,7 +416,9 @@ export default { showQuickJumper: true, showSizeChanger: true } - this.initFilterData() + if (this.resourceTypeCurrent !== 'all') { + this.initFilterData() + } this.onSearch() }, // 其他检索条件改变