Browse Source

首页流动人口常住人口跳转居民信息参数

feature
mk 2 years ago
parent
commit
32ad2bd9b0
  1. 2
      src/views/modules/base/resi.vue
  2. 4
      src/views/modules/home/index.vue

2
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') {
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') {
this.$refs.myResiSearch.form.attentionCrowds.push(
newVal.query.category
);

4
src/views/modules/home/index.vue

@ -39,14 +39,14 @@
</div>
</div>
<div class="boxss">
<div style="margin-top: 10px;" @click="handelClickToResi">
<div style="margin-top: 10px;" @click="handelClickToResi({residentCategory:'permanentFlag'})">
<span style="color: #2683DB; font-size: 25px;">{{ pandectData.permanentResiCount }}</span>
<br>
<span style="color: #858585; font-size: 12px;">常住人口</span>
</div>
</div>
<div class="boxss">
<div style="margin-top: 10px;" @click="handelClickToResi">
<div style="margin-top: 10px;" @click="handelClickToResi({residentCategory:'FLOATING_FLAG'})">
<span style="color: #2683DB; font-size: 25px;">{{ pandectData.floatingResiCount }}</span>
<br>
<span style="color: #858585; font-size: 12px;">流动人口</span>

Loading…
Cancel
Save