Merge remote-tracking branch 'origin/yinyongshui'
This commit is contained in:
@@ -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)
|
||||
}
|
||||
@@ -135,4 +135,12 @@ export const villageWaterQualityUpData = function (data) {
|
||||
export const villageOverStandardtUrl = '/drinkingWaterVillage/drinkingWaterVillage/getWaterVillageEvaluate';
|
||||
export const villageOverStandardCount = function (data) {
|
||||
return axios.post(villageOverStandardtUrl,data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// /api/waterFunctionArea/drinkingWaterEvaluationStandard
|
||||
|
||||
export const filterList = function (data) {
|
||||
return axios.post('/waterFunctionArea/drinkingWaterEvaluationStandard',data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user