diff --git a/src/api/ecology/new-drinking-water.js b/src/api/ecology/new-drinking-water.js index b50e605..813798c 100644 --- a/src/api/ecology/new-drinking-water.js +++ b/src/api/ecology/new-drinking-water.js @@ -89,7 +89,7 @@ export const countyDescripFormData = function (data) { } //县级—超标评价 -export const countyOverStandardtUrl = '/drinkingWater/drinkingWater/getCompositeNutritionIndex'; +export const countyOverStandardtUrl = '/drinkingWater/drinkingWater/getWaterEvaluate'; export const countyOverStandardCount = function (data) { return axios.post(countyOverStandardtUrl,data) }