|
@@ -312,7 +312,6 @@ export const printFun = function (url, params, type, taskName, callback, printLo
|
|
|
})
|
|
|
reader.readAsText(res)
|
|
|
} else {
|
|
|
- console.log(res, 'printFun')
|
|
|
|
|
|
if (type == 'orginPrint' || type == 'orginPreview') {
|
|
|
winPrintPdf(res, type, callback)
|
|
@@ -420,7 +419,6 @@ export const printBase64Fun = function (url, params, type, taskName, callback, p
|
|
|
})
|
|
|
reader.readAsText(res)
|
|
|
} else {
|
|
|
- console.log(res, 'printFun')
|
|
|
|
|
|
if (type == 'orginPrint' || type == 'orginPreview') {
|
|
|
winPrintPdf(res, type, callback)
|