diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 21dfab753..fb4b098a7 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -409,7 +409,10 @@ export default { queryType: { AGENCY_ID: "like", }, - ageObj: {}, + ageObj: { + start:"", + end:"" + }, }; }, computed: { @@ -538,6 +541,7 @@ export default { } else { let temp = []; for (let i in this.ageObj) { + if(this.ageObj[i]==null) this.ageObj[i] = '' temp.push(this.ageObj[i]); } let arr4 = [