江河点位修正
This commit is contained in:
@@ -36,6 +36,8 @@ const river = function (data) { // 江河水质数据查询
|
||||
return axios.post("/water/visualiz/river", data)
|
||||
}
|
||||
|
||||
|
||||
|
||||
const waterStation = function (data) { // 水站数据查询
|
||||
return axios.post("/water/visualiz/waterStation", data)
|
||||
}
|
||||
@@ -52,6 +54,10 @@ const waterVillage = function (data) { // 农村
|
||||
return axios.post("/drinkingWaterVillage/drinkingWaterVillage/villageGis", data)
|
||||
}
|
||||
|
||||
|
||||
const updateRiverCorrectLocation = function (data) { // 江河水质数据查询
|
||||
return axios.post("/water/visualiz/updatePointLocation", data)
|
||||
}
|
||||
export {
|
||||
getLakePlace,
|
||||
getAirGis,
|
||||
@@ -64,5 +70,6 @@ export {
|
||||
waterStation,
|
||||
waterCity,
|
||||
waterCounty,
|
||||
waterVillage
|
||||
waterVillage,
|
||||
updateRiverCorrectLocation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user