lilei пре 1 година
родитељ
комит
80bd1af58f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/libs/JGPrint.js

+ 1 - 1
src/libs/JGPrint.js

@@ -482,7 +482,7 @@ export const jGPrintBase64Pdf = function (dataurl, type, taskName, printLogParam
      LODOP.NewPageA()
      LODOP.ADD_PRINT_PDF(0, 0, '100%', '100%', dataurl[i])
   }
-  LODOP.SET_PRINT_PAGESIZE(3, 2090, 30, '')
+  
   if (type == 'preview') { //  预览
     LODOP.PREVIEW()
   } else if (type == 'print') { //  打印