From d6db947a6f63addb354d881e82d6901e448143ba Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Tue, 2 Dec 2025 16:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=85=E6=A5=9A=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingan/src/layout/components/header-notice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() })