@@ -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'