饮用水点位修正

This commit is contained in:
weicw
2022-02-07 18:04:18 +08:00
parent 072e889860
commit b62b755d21
7 changed files with 2522 additions and 1980 deletions

View File

@@ -61,6 +61,10 @@ const updateRiverCorrectLocation = function (data) { //
const updateLakeCorrectLocation = function (data) { //
return axios.post("/water/visualiz/updateLakePointLocation", data)
}
const updateDrinkCorrectLocation = function (data) { //
return axios.post("/water/visualiz/updateDrinkPointLocation", data)
}
export {
getLakePlace,
getAirGis,
@@ -75,5 +79,6 @@ export {
waterCounty,
waterVillage,
updateRiverCorrectLocation,
updateLakeCorrectLocation
updateLakeCorrectLocation,
updateDrinkCorrectLocation
}