江河点位修正

This commit is contained in:
weicw
2022-02-07 15:20:17 +08:00
parent 98511f212a
commit 072e889860
5 changed files with 737 additions and 465 deletions

View File

@@ -55,8 +55,11 @@ const waterVillage = function (data) { // 农村
}
const updateRiverCorrectLocation = function (data) { // 江河水质数据查询
return axios.post("/water/visualiz/updatePointLocation", data)
const updateRiverCorrectLocation = function (data) { //
return axios.post("/water/visualiz/updateRiverPointLocation", data)
}
const updateLakeCorrectLocation = function (data) { //
return axios.post("/water/visualiz/updateLakePointLocation", data)
}
export {
getLakePlace,
@@ -71,5 +74,6 @@ export {
waterCity,
waterCounty,
waterVillage,
updateRiverCorrectLocation
updateRiverCorrectLocation,
updateLakeCorrectLocation
}