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) {