From 097b434712b1a7ddf29c31629334e0d9f7bc8f81 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 18 Aug 2022 17:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=88=97=E8=A1=A8=E4=B8=8A?= =?UTF-8?q?=E6=A0=87=E7=BB=98=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/grid/AppGridBlock/components/list.vue | 2 +- project/sass/apps/grid/AppGridBlock/components/list.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grid/AppGridBlock/components/list.vue b/packages/grid/AppGridBlock/components/list.vue index ff2e7b87..ff999eab 100644 --- a/packages/grid/AppGridBlock/components/list.vue +++ b/packages/grid/AppGridBlock/components/list.vue @@ -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(); diff --git a/project/sass/apps/grid/AppGridBlock/components/list.vue b/project/sass/apps/grid/AppGridBlock/components/list.vue index 8e896455..4d9896a2 100644 --- a/project/sass/apps/grid/AppGridBlock/components/list.vue +++ b/project/sass/apps/grid/AppGridBlock/components/list.vue @@ -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();