src/components/search/OptionGridGroup.vue
@@ -32,9 +32,9 @@ const gridGroupList = ref([]); const index = ref(null); function fetchGridGroup(area) { function fetchGridGroup(area, type) { return fetchData((page, pageSize) => { return gridApi.fetchGridGroup(area, page, pageSize).then((res) => { return gridApi.fetchGridGroup(area, type, page, pageSize).then((res) => { gridGroupList.value = res.data; if (res.data.length > 0) { index.value = 0;