shish hace 6 años
padre
commit
e380dd35cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mobile-code/src/admin/order/components/sel-ship.vue

+ 1 - 1
mobile-code/src/admin/order/components/sel-ship.vue

@@ -83,7 +83,7 @@ export default {
 		printOrderFn() {
 			printOrder({
 				id: this.orderData.id,
-				option: 1
+				option: 2
 			}).then(res => {
 				this.$util.pageTo({
 					url: '/admin/order/ship',