From 1750ec32d76c949a30a8675ef01cafebd86077fa Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 13 Jun 2024 17:40:40 +0800 Subject: [PATCH] =?UTF-8?q?31=E7=B1=BB=E5=8A=A0=E7=BD=91=E6=A0=BC=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 7af8ce3a3..a0262acd9 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -348,6 +348,9 @@ export default { },{ label:'志愿者', value:'VOLUNTEER_FLAG', + },{ + label:'网格员', + value:'GRID_MEMBER_FLAG', },{ label:'楼长', value:'BUILDING_CHIEF_FLAG', @@ -834,7 +837,7 @@ export default { formCopy.healthStatus = formCopy.healthStatus.filter(item => item !== val); } else if (['anzhibangjiao', 'xidurenyuan', 'shequjiaozheng', 'buliangqingshaonian', 'zhaoshizhaohuojingshenbing', 'xiejiaorenyuan', 'tongzhanrenyuan', 'xinfangrenyaun'].includes(val)) { formCopy.specialCategoryCodes = formCopy.specialCategoryCodes.filter(item => item !== val); - } else if (['VOLUNTEER_FLAG', 'BUILDING_CHIEF_FLAG', 'UNIT_CHIEF_FLAG', 'PUBLIC_WELFARE_FLAG'].includes(val)) { + } else if (['VOLUNTEER_FLAG', 'BUILDING_CHIEF_FLAG', 'UNIT_CHIEF_FLAG', 'PUBLIC_WELFARE_FLAG','GRID_MEMBER_FLAG'].includes(val)) { formCopy.identity = null; } else if (val === 'UNEMPLOYED_FLAG') { formCopy.careerStatus = null; @@ -857,7 +860,7 @@ export default { if (!formCopy.specialCategoryCodes.includes(val)) { formCopy.specialCategoryCodes.push(val); } - } else if (['VOLUNTEER_FLAG', 'BUILDING_CHIEF_FLAG', 'UNIT_CHIEF_FLAG', 'PUBLIC_WELFARE_FLAG'].includes(val)) { + } else if (['VOLUNTEER_FLAG', 'BUILDING_CHIEF_FLAG', 'UNIT_CHIEF_FLAG', 'PUBLIC_WELFARE_FLAG','GRID_MEMBER_FLAG'].includes(val)) { formCopy.identity = val; } else if (val === 'UNEMPLOYED_FLAG') { formCopy.careerStatus = '0';