From 2f8b221cc8e38cd6a153e36bfb0fb92f49ecc8b5 Mon Sep 17 00:00:00 2001 From: xuyuanqing <392009588@qq.com> Date: Fri, 1 Dec 2023 15:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=86=9C=E6=88=B7=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/shyqrAdd.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } }, /** 查找地图中宅基地 */