feat: 增加抄送标记未读功能

This commit is contained in:
2026-04-22 18:00:41 +08:00
parent 8b3e016568
commit e0e31c765b
5 changed files with 45 additions and 3 deletions

View File

@@ -16,7 +16,13 @@ export function readCc(ccId) {
method: 'post'
})
}
// 标记抄送为未读
export function unreadCc(ccId) {
return request({
url: `/hrm/flow/cc/${ccId}/unread`,
method: 'post'
})
}
// 手动抄送
export function addCc(data) {
return request({