修改超标评价接口

This commit is contained in:
庞东林
2021-12-16 22:23:59 +08:00
parent ba36439ac7
commit 51cd0d7a2c

View File

@@ -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) { export const countyOverStandardCount = function (data) {
return axios.post(countyOverStandardtUrl,data) return axios.post(countyOverStandardtUrl,data)
} }