diff --git a/fuintAdmin/src/api/handover/handover.js b/fuintAdmin/src/api/handover/handover.js index 85ebb04e2..66ab8c038 100644 --- a/fuintAdmin/src/api/handover/handover.js +++ b/fuintAdmin/src/api/handover/handover.js @@ -23,7 +23,13 @@ export function addHandoverApi(data) { data: data }) } - +export function printGetHandoverReport(data) { + return request({ + url: 'business/printer/getHandover', + method: 'post', + data: data + }) +} export function printLocallyApi(data) { return request({ url: '/business/handoverRecord/printLocally', diff --git a/fuintAdmin/src/views/handover/HandoverOnly.vue b/fuintAdmin/src/views/handover/HandoverOnly.vue index 79bfb911d..070792f9f 100644 --- a/fuintAdmin/src/views/handover/HandoverOnly.vue +++ b/fuintAdmin/src/views/handover/HandoverOnly.vue @@ -371,7 +371,7 @@