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

+ 1 - 0
src/libs/JGPrint.js

@@ -186,6 +186,7 @@ export const hdPrint = function (printerType, type, url, params, fileName, callb
   // 针式预览和喷墨预览一样
   if (type == 'preview') {
     params.type = 'INK'
+    params.printType = 'INK'
     printerType = 'INK'
   }
   url(params).then(res => {