From 5f429d428f6b93f96786e928586b467eec64c79e Mon Sep 17 00:00:00 2001 From: hbao Date: Thu, 5 Aug 2021 18:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index ddbb7f9a..e6c3261c 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -1396,6 +1396,7 @@ export default { }) .then(() => { // on confirm + houseInfoList.theGeom ="["+houseInfoList.theGeom+"]" houseAdd(houseInfoList).then((res) => { if (res.code == 200) { this.landHomesteadEditVisbileFun("hide"); @@ -1507,6 +1508,7 @@ export default { }) .then(() => { // on confirm + landInfoList.theGeom ="["+landInfoList.theGeom+"]" landAdd(landInfoList).then((res) => { if (res.code == 200) { this.landHomesteadEditVisbileFun("hide"); @@ -3197,6 +3199,7 @@ export default { nfAddimgonRead(file) { var formData = new FormData(); //构造一个 FormData,把后台需要发送的参数添加 formData.append("file", file.file); //接口需要传的参数 + console.log(formData); commonUpload(formData).then((res) => { this.houseInfoList.frontHouse = res.url; });