diff --git a/api/hrm/seal.js b/api/hrm/seal.js index 28a014a..4252f96 100644 --- a/api/hrm/seal.js +++ b/api/hrm/seal.js @@ -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', diff --git a/components/hrm/RequestForm.vue b/components/hrm/RequestForm.vue index 3ebf73f..e90e706 100644 --- a/components/hrm/RequestForm.vue +++ b/components/hrm/RequestForm.vue @@ -48,6 +48,14 @@ + +