riku
2025-04-10 20c972a9f0a3abfc260b37c080c40a15d6ebeba6
src/api/gridApi.js
@@ -150,6 +150,16 @@
    });
  },
  mixUnderwayGridData(groupId, dataIdList) {
    return $http
      .post(`air/satellite/product/underway/mix`, dataIdList, {
        params: {
          groupId
        }
      })
      .then((res) => res.data);
  },
  buildUnderwayHeatmap(groupId, gridDataDetailList, searchLength) {
    return $http
      .post(
@@ -158,7 +168,7 @@
        {
          params: {
            groupId: groupId,
            searchLength: 4
            searchLength: searchLength
          }
        }
      )