更换列表上标绘接口
This commit is contained in:
		| @@ -300,7 +300,7 @@ export default { | |||||||
|     }, |     }, | ||||||
|     //map搜索 |     //map搜索 | ||||||
|     confirm(row, points) { |     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) { |         if (res.code == 0) { | ||||||
|           this.$message.success("提交成功!") |           this.$message.success("提交成功!") | ||||||
|           this.getList(); |           this.getList(); | ||||||
|   | |||||||
| @@ -327,7 +327,7 @@ export default { | |||||||
|     }, |     }, | ||||||
|     //map搜索 |     //map搜索 | ||||||
|     confirm(row, points) { |     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) { |         if (res.code == 0) { | ||||||
|           this.$message.success("提交成功!") |           this.$message.success("提交成功!") | ||||||
|           this.getList(); |           this.getList(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user