瀏覽代碼

宅基地调查关联农户搜索

rongxin_prod
Xyq123* 2 年之前
父節點
當前提交
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, deptId:JSON.parse(localStorage.getItem("surveyItem")).deptId,
nhdmDictionaries:[], nhdmDictionaries:[],
newList:[], newList:[],
newListTwo:[],
nmfwDictionaries:[], nmfwDictionaries:[],
mapShow: false, mapShow: false,
form:{} form:{}
@@ -402,6 +403,7 @@ export default {
}; };
}); });
this.newList = this.nhdmDictionaries; this.newList = this.nhdmDictionaries;
this.newListTwo = this.nhdmDictionaries;
}); });
}, },
checkNhdmQx(){ checkNhdmQx(){
@@ -534,7 +536,7 @@ export default {
} }
} }
if(val==""){ if(val==""){
this.getList()
this.newList = this.newListTwo;
} }
}, },
/** 查找地图中宅基地 */ /** 查找地图中宅基地 */


Loading…
取消
儲存