lilei 3 éve
szülő
commit
56e97aa633
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)
     }
   }
 }