BUG 30939

This commit is contained in:
aixianling
2022-08-19 11:12:07 +08:00
parent 37df0942ff
commit e6c3c1c857
2 changed files with 2 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ export default {
},
//map搜索
confirm(row, points) {
this.instance.post(`/app/appgirdinfo/addOrUpdate`, {...row, points}).then((res) => {
this.instance.post(`/app/appgirdinfo/updateCoordinate`, {...row, points}).then((res) => {
if (res.code == 0) {
this.$message.success("提交成功!")
this.getList();

View File

@@ -327,7 +327,7 @@ export default {
},
//map搜索
confirm(row, points) {
this.instance.post(`/app/appgirdinfo/addOrUpdate`, {...row, points}).then((res) => {
this.instance.post(`/app/appgirdinfo/updateCoordinate`, {...row, points}).then((res) => {
if (res.code == 0) {
this.$message.success("提交成功!")
this.getList();