feiyu02
2025-03-28 25570a9ecd9b10a865fd7ce2614410814aaf52eb
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
          }
        }
      )