lilei 1 년 전
부모
커밋
eaf9cff283
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/libs/JGPrint.js

+ 0 - 2
src/libs/JGPrint.js

@@ -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)