|
|
@ -488,21 +488,12 @@ export default { |
|
|
|
} |
|
|
|
); |
|
|
|
}else if(item.msgType == "resident_category"){ |
|
|
|
let obj = { |
|
|
|
PARTY_FLAG: '/main/communityParty-members-memberList', |
|
|
|
SUBSISTENCE_ALLOWANCE_FLAG: '/main/base-residentManagement-subsistenceAllowance-subsistenceAllowance', |
|
|
|
ENSURE_HOUSE_FLAG: '/main/base-residentManagement-housingNature-housingNature', |
|
|
|
VETERAN_FLAG: '/main/base-residentManagement-veteran-veteran', |
|
|
|
OLD_PEOPLE_FLAG: '/main/base-residentManagement-oldPeople-oldPeople', |
|
|
|
SPECIAL_SUPPORT_FLAG: '/main/base-residentManagement-tefu-tefuList', |
|
|
|
DISABILITY_FLAG: '/main/base-residentManagement-resiDisability-resiDisability', |
|
|
|
SERIOUS_ILLNESS_FLAG: '大病', |
|
|
|
CHRONIC_DISEASE_FLAG: '慢病', |
|
|
|
SPECIAL_CROWD_FLAG: '特殊人群', |
|
|
|
} |
|
|
|
this.$router.push({ |
|
|
|
path: obj[item.category], |
|
|
|
}); |
|
|
|
this.$router.push({ |
|
|
|
name: "base-resi", |
|
|
|
query: { |
|
|
|
category: item.category || null, |
|
|
|
}, |
|
|
|
}); |
|
|
|
} else if(item.msgType == "sys_version_upgrade_publish"){ |
|
|
|
let { targetId } = item |
|
|
|
this.$router.push({ path: `notice-version`, query: { version_id: targetId } }); |
|
|
|