mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
feat:未读消息列表增加一键全部已读
This commit is contained in:
@@ -35,6 +35,14 @@ export function batchRead(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function allRead() {
|
||||
return request({
|
||||
url: '/api/sys_msg/allRead',
|
||||
method: 'post',
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
export function batchDelete(data) {
|
||||
return request({
|
||||
url: '/api/sys_msg/batchDelete',
|
||||
|
||||
Reference in New Issue
Block a user