diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue
index 61aa1f96..9874ad09 100644
--- a/src/views/homesteadSurvey/list.vue
+++ b/src/views/homesteadSurvey/list.vue
@@ -447,7 +447,7 @@
-
+
{{item.syqr}}{{item.paceType}}
{{item.typeTc}}
@@ -2763,20 +2763,18 @@
console.log(params);
listZjdzd(params).then((response) => {
if(response.rows.length>=0){
- var mapNum = that.mapDataAll[hg].houseDataConfirmStatus;
- that.mapDataAll = response.rows;
+ that.mapDataAll = response.rows;
console.log(that.mapDataAll);
for(var hg=0; hg < that.mapDataAll.length; hg++){
- console.log(that.mapDataAll[hg].houseDataConfirmStatus)
var mapNum = that.mapDataAll[hg].houseDataConfirmStatus;
if(mapNum == "UNCONFIRMED"){
- that.mapDataAll[0][hg].paceType = "未核查";
+ that.mapDataAll[hg].paceType = "未核查";
} else if (mapNum == "CONFIRMED"){
- that.mapDataAll[0][hg].paceType = "已核查";
+ that.mapDataAll[hg].paceType = "已核查";
}else{
}
- that.mapDataAll[0][hg].typeTc="宅基地";
+ that.mapDataAll[hg].typeTc="宅基地";
if (that.mapDataAll[hg] !=null && that.mapDataAll[hg].theGeom != null && that.mapDataAll[hg].theGeom != "") {
//that.mapDataAll[hg].createBy = 'mapTheGeomZjdId';
var hc_land = new ol.layer.Vector({
@@ -2804,7 +2802,7 @@
duration: 1000, // 缩放持续时间,默认不需要设置
});
}
- console.log(that.mapDataAll[0][hg].zjddm);
+ console.log(that.mapDataAll[hg].zjddm);
// listFsss(paramsZrz).then((response) => {
// console.log(response);
// that.mapDataAll.push(response.rows);