src/api/dataAnalysisApi.js
@@ -76,5 +76,13 @@ params: { startTime, endTime } }) .then((res) => res.data); }, fetchGridFusion({ startTime, endTime, area, factorTypes }) { return $http .post(`air/analysis/report/gridFusion`, area, { params: { startTime, endTime, factorTypes: factorTypes.join(',') } }) .then((res) => res.data); } };