This commit is contained in:
hanjian
2024-09-08 20:32:09 +08:00
parent 2874b1c139
commit de770f0b33
7 changed files with 88 additions and 16 deletions

View File

@@ -184,5 +184,12 @@ export function getRecordbyPorcInstId(procInstId) {
})
}
export function getUserMsgCount() {
return request({
url: '/workflow/msg/count/',
method: 'get',
})
}