From fb56efbe1c095d558cbd5f62f0bf61ac04fc2d91 Mon Sep 17 00:00:00 2001 From: liuminjian Date: Wed, 4 Aug 2021 08:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index e4ba404f..e27607d7 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -1411,7 +1411,7 @@ export default { this.landHomesteadEditVisbileFun("hide"); this.$toast("修改农房信息成功"); this.houseInfoLookList = this.houseInfoList; - this.initDraw(); + // this.initDraw(); $("#drawRemove").trigger("click"); $("#drawReset").trigger("click"); this.coordinateList = ""; @@ -1503,7 +1503,7 @@ export default { this.landHomesteadEditVisbileFun("hide"); this.$toast("修改农地信息成功"); this.landInfoLookList = this.landInfoList; - this.initDraw(); + // this.initDraw(); $("#drawRemove").trigger("click"); $("#drawReset").trigger("click"); this.coordinateList = "";