From d26c9cc719da4a611e6141f797f99f3945eac7ea Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 12 Jun 2024 13:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=A4=B1=E4=B8=9A=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 4a3cea0b9..1754f5b31 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -1157,7 +1157,7 @@ export default { this.$refs.myResiSearch.form.healthStatus = []; this.$refs.myResiSearch.form.specialCategoryCodes = []; this.$refs.myResiSearch.form.partyFlag=null; - if (newVal.query.category === 'SPECIAL_SUPPORT_FLAG' ||newVal.query.category === 'SUBSISTENCE_ALLOWANCE_FLAG'|| newVal.query.category === 'VETERAN_FLAG'|| newVal.query.category === 'ENSURE_HOUSE_FLAG'|| newVal.query.category === 'OLD_PEOPLE_FLAG'|| newVal.query.category === 'FERTILE_WOMAN_FLAG' || newVal.query.category === 'FLOATING_FLAG' || newVal.query.category === 'NEW_STRATUM_FLAG' || newVal.query.category === 'permanentFlag') { + if (newVal.query.category === 'SPECIAL_SUPPORT_FLAG' ||newVal.query.category === 'SUBSISTENCE_ALLOWANCE_FLAG'|| newVal.query.category === 'VETERAN_FLAG'|| newVal.query.category === 'ENSURE_HOUSE_FLAG'|| newVal.query.category === 'OLD_PEOPLE_FLAG'|| newVal.query.category === 'FERTILE_WOMAN_FLAG' || newVal.query.category === 'FLOATING_FLAG' || newVal.query.category === 'NEW_STRATUM_FLAG' || newVal.query.category === 'permanentFlag' || newVal.query.category === 'UNEMPLOYED_FLAG' ) { this.$refs.myResiSearch.form.attentionCrowds.push( newVal.query.category ); @@ -1186,8 +1186,6 @@ export default { this.$refs.myResiSearch.form.partyFlag = 0; }else if(newVal.query.category === 'LEAGUE_FLAG'){ this.$refs.myResiSearch.form.partyFlag = 2; - } else if(newVal.query.category === 'UNEMPLOYED_FLAG'){ - this.$refs.myResiSearch.form.careerStatus = '0'; } this.handleSearchFrom(); });