shish 6 anni fa
parent
commit
e380dd35cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',