From c3f203268f4d2df1b80f99cc56996194b8990619 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 12 Apr 2024 17:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF=E8=B7=B3?= =?UTF-8?q?=E8=BD=ACbug#1104?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 6 +----- src/views/modules/home/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index a999e864e..721bd69eb 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -1189,20 +1189,16 @@ export default { this.$refs.myResiSearch.form.attentionCrowds.push( newVal.params.category ); - this.handleSearchFrom(); } else if(newVal.params.category === 'CHRONIC_DISEASE_FLAG' ||newVal.params.category === 'SERIOUS_ILLNESS_FLAG'||newVal.params.category === 'DISABILITY_FLAG'){ this.$refs.myResiSearch.form.healthStatus.push( newVal.params.category ); - this.handleSearchFrom(); }else if(newVal.params.category === 'SPECIAL_CROWD_FLAG'){ this.$refs.myResiSearch.form.specialCategoryCodes = ["anzhibangjiao","shequjiaozheng","xidurenyuan","buliangqingshaonian","zhaoshizhaohuojingshenbing","xiejiaorenyuan"]; - this.handleSearchFrom(); }else if(newVal.params.category === 'PARTY_FLAG'){ this.$refs.myResiSearch.form.partyFlag =1; - this.handleSearchFrom(); } - + this.handleSearchFrom(); }); } }, diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index abd01ccfe..0c1327e36 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -29,21 +29,21 @@