|
@@ -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; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
/** 查找地图中宅基地 */ |
|
|
/** 查找地图中宅基地 */ |
|
|