lilei 3 gadi atpakaļ
vecāks
revīzija
56e97aa633
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/common/print.vue

+ 1 - 1
src/views/common/print.vue

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