From b2b3d5a5c42b8875e36217cb24520d2f33a4abb7 Mon Sep 17 00:00:00 2001 From: hbao Date: Tue, 3 Aug 2021 09:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E5=9C=B0=E7=BC=96=E5=8F=B7=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index f835be49..32f3c573 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -361,7 +361,7 @@
- 农地编号{{ landInfoLookList.xm }} + 农地编号{{ landInfoLookList.xh }}
@@ -728,7 +728,7 @@
农地编号
@@ -1355,7 +1355,7 @@ export default { landInfoList.orgCode = this.villageDataObj.orgCode; landInfoList.cdm = this.villageDataObj.orgCode; landInfoList.cm = this.villageDataObj.deptName; - if (landInfoList.xm == undefined || landInfoList.xm == "") { + if (landInfoList.xh == undefined || landInfoList.xh == "") { this.$toast("请填写农地编号"); return false; } else if ( @@ -1960,7 +1960,7 @@ export default { let zjId = trs.find("td").eq(0).text(); let zjIdNum = zjId.replace("t_geo_hc_land.", ""); obj.id = zjIdNum; // 主键id - obj.xm = trs.find("td").eq(1).text(); //序号 + obj.xh = trs.find("td").eq(1).text(); //序号 obj.cm = trs.find("td").eq(2).text(); //村名 obj.cbrmc = trs.find("td").eq(3).text(); //承包人名称 obj.syrmc = trs.find("td").eq(4).text(); //使用人名称