增加待审批页面

This commit is contained in:
xuli3099
2025-08-22 21:58:11 +08:00
parent 8e8fdc02c6
commit ad49a47367
6 changed files with 285 additions and 9 deletions

View File

@@ -6,4 +6,12 @@ export function noticeList(data) {
url: '/acc/message/notify/detail',
data
})
}
}
// 获取用户审批的待办和已办详情
export function flowList(data) {
return request.post({
url: '/acc/message/flow/detail',
data
})
}