lilei 3 tahun lalu
induk
melakukan
c011bbe472
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 => {