@@ -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 => {