lilei пре 3 година
родитељ
комит
56e97aa633
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
     }
   }
 }