浏览代码

宅基地调查关联农户搜索

rongxin_prod
Xyq123* 1年前
父节点
当前提交
2f8b221cc8
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      src/views/homesteadSurvey/shyqrAdd.vue

+ 3
- 1
src/views/homesteadSurvey/shyqrAdd.vue 查看文件

@@ -348,6 +348,7 @@ export default {
deptId:JSON.parse(localStorage.getItem("surveyItem")).deptId,
nhdmDictionaries:[],
newList:[],
newListTwo:[],
nmfwDictionaries:[],
mapShow: false,
form:{}
@@ -402,6 +403,7 @@ export default {
};
});
this.newList = this.nhdmDictionaries;
this.newListTwo = this.nhdmDictionaries;
});
},
checkNhdmQx(){
@@ -534,7 +536,7 @@ export default {
}
}
if(val==""){
this.getList()
this.newList = this.newListTwo;
}
},
/** 查找地图中宅基地 */


正在加载...
取消
保存