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