饮用水点位修正
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user