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