From 0856b0daf9a8c1ca781b5d1c4c5e110b48593d27 Mon Sep 17 00:00:00 2001 From: xyq <392009588@qq.com> Date: Fri, 12 May 2023 15:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=AE=85=E5=9F=BA?= =?UTF-8?q?=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/list.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index 26074978..2a7842f0 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -78,7 +78,7 @@ box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:95%;margin:15px auto 0;"> @@ -416,7 +416,7 @@ }, methods: { getList(){ - rhhcList({surveyStatus:"3"}).then(res => { + rhhcList({surveyStatus:"2,3,4,5"}).then(res => { this.list1 = res.data.zjdzdxxList; this.totalH = res.data.zjdzs; this.totalR = res.data.shyqrs; @@ -1228,7 +1228,7 @@ }else{ let params = { "shyqrdbxm" : this.zjdvalue, - "surveyStatus":"3", + "surveyStatus":"2,3,4,5", } rhhcList(params).then((response) => { if (response.code == 200) { @@ -1415,7 +1415,7 @@ if(this.active === 0){ let params = { "shyqrdbxm" : this.zjdvalue, - "surveyStatus":"3", + "surveyStatus":"2,3,4,5", } rhhcList(params).then((response) => { if (response.code == 200) {