Explorar el Código

团购订单:子订单打印小票处理

shipeng hace 3 semanas
padre
commit
dba4ff1b54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/groupBuyingMr/dialog/childOrder.vue

+ 1 - 1
src/views/order/groupBuyingMr/dialog/childOrder.vue

@@ -182,7 +182,7 @@ export default {
     },
     // 打印小票
     handleOpenPrint(row) {
-      this.$emit('handleOpen', row)
+      this.$emit('handleOpen', [row])
       this.isShow = false;
     },
     // 开具发票