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 @@
-
+
{{ pandectData.totalResidents }}
居民总数
-
+
{{ pandectData.permanentResiCount }}
常住人口
-
+
{{ pandectData.floatingResiCount }}
流动人口 @@ -594,7 +594,7 @@ export default { this.$router.push({ name: "base-resi", params: { - category: e.residentCategory, + category: e.residentCategory || null, }, }); },