lilei 3 năm trước cách đây
mục cha
commit
c011bbe472
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 => {