lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
f0cd0d66e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
   }