增强办公,新增审批,缺少电子签章功能

This commit is contained in:
2026-04-22 13:10:58 +08:00
parent 3db80e5ff7
commit 244dc8a056
6 changed files with 287 additions and 43 deletions

View File

@@ -16,6 +16,13 @@ export function getSealReq(bizId) {
})
}
export function getSealPdfPages(bizId) {
return request({
url: `/hrm/seal/${bizId}/pdfPages`,
method: 'get'
})
}
export function addSealReq(data) {
return request({
url: '/hrm/seal',