Browse Source

居民信息老年人查询不到的问题

featrue-social
是小王呀\24601 1 year ago
parent
commit
6092c11db0
  1. 2
      src/views/components/resiSearch.vue

2
src/views/components/resiSearch.vue

@ -902,7 +902,7 @@ export default {
'DISABLED_FLAG', 'SUBSISTENCE_ALLOWANCE_FLAG', 'ENSURE_HOUSE_FLAG', 'VETERAN_FLAG', 'FERTILE_WOMAN_FLAG',
'SPECIAL_SUPPORT_FLAG', 'NEW_STRATUM_FLAG','NEG_FLAG', 'LBC_FLAG', 'AIDS_FLAG'].includes(val)) {
// formCopy.attentionCrowds = formCopy.attentionCrowds.filter(item => item !== val);
this.categoryAll
this.categoryAll=this.categoryAll.filter(item => item !== val);
}
})

Loading…
Cancel
Save