Compare commits

...

2 Commits

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

Loading…
Cancel
Save