From 43a881b4eea0e0842b82a1c76e2b50ab754cc685 Mon Sep 17 00:00:00 2001 From: JayChou Date: Fri, 15 Nov 2024 09:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=A8=E6=88=B7=E4=B8=93?= =?UTF-8?q?=E5=AE=B6=E7=AE=A1=E7=90=86=E7=82=B9=E5=87=BB=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=B8=8D=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/demo/main-home/components/expertManagement/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/expertManagement/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/expertManagement/index.vue index e46fed6..6834200 100644 --- a/jeecgboot-vue3/src/views/demo/main-home/components/expertManagement/index.vue +++ b/jeecgboot-vue3/src/views/demo/main-home/components/expertManagement/index.vue @@ -61,6 +61,7 @@ const filterType = (id, index) => { if (id === 0) { page.value.directioncal = ''; + activeIndex.value = 0; getList(); return; }