diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 91d691f93..274935670 100644 --- a/src/views/components/resiSearch.vue +++ b/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); } })