增强办公,新增审批,缺少电子签章功能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user