浏览代码

恢复打印

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: {
   methods: {
     handlePrint (type) {
     handlePrint (type) {
-      this.$emit('handlePrint', type, type == 'preview' ? 'INK' : this.printerType)
+      this.$emit('handlePrint', type, this.printerType)
     }
     }
   }
   }
 }
 }