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 } } )