diff --git a/src/views/homesteadSurvey/shyqrAdd.vue b/src/views/homesteadSurvey/shyqrAdd.vue index 828202bf..a959b234 100644 --- a/src/views/homesteadSurvey/shyqrAdd.vue +++ b/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; } }, /** 查找地图中宅基地 */