diff --git a/src/views/modules/home/notice.vue b/src/views/modules/home/notice.vue index 7b975ee0d..00c808b93 100644 --- a/src/views/modules/home/notice.vue +++ b/src/views/modules/home/notice.vue @@ -86,6 +86,7 @@ export default { methods: { handleClickNotice(item, index) { const { msgType, targetId } = item; + this.readClearOne(item) if (msgType == "community_house") { this.$refs.fastcall.showHouseInfo(targetId); } else if (msgType == "resident_base_info") {