修改清楚所有消息通知
This commit is contained in:
@@ -202,7 +202,7 @@ export default {
|
||||
},
|
||||
/* 清空通知 */
|
||||
clearNotice() {
|
||||
setRead({ type: 'all' })
|
||||
setRead({ type: 'all', isRead: 1 })
|
||||
.then(() => {
|
||||
this.query()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user