riku
2025-03-07 2592dc279ec82bf3649a4dbe644c6416263a10ef
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;