fix:站内信增加全部已读功能。部门列表页显示部门编码
This commit is contained in:
@@ -42,3 +42,11 @@ export function delMessage(messageId) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 全部已读
|
||||
export function allRead() {
|
||||
return request({
|
||||
url: '/system/message/read',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user