lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
56e97aa633
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     }
   }
 }