@@ -39,7 +39,7 @@ export default {
},
methods: {
handlePrint (type) {
- this.$emit('handlePrint', type, type == 'preview' ? 'INK' : this.printerType)
+ this.$emit('handlePrint', type, this.printerType)
}