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

+ 1 - 1
src/libs/JGPrint.js

@@ -184,7 +184,7 @@ export const hdPrint = function (printerType, type, url, params, fileName, callb
     params.type = printerType
   }
   // 针式预览和喷墨预览一样
-  if (type == 'preview' && printerType == 'NEEDLE') {
+  if (type == 'preview') {
     params.type = 'INK'
     printerType = 'INK'
   }