diff --git a/pingan/src/layout/components/header-notice.vue b/pingan/src/layout/components/header-notice.vue index e060f83..5ec6bba 100644 --- a/pingan/src/layout/components/header-notice.vue +++ b/pingan/src/layout/components/header-notice.vue @@ -202,7 +202,7 @@ export default { }, /* 清空通知 */ clearNotice() { - setRead({ type: 'all' }) + setRead({ type: 'all', isRead: 1 }) .then(() => { this.query() })