Procházet zdrojové kódy

Merge branch 'master' of http://47.98.226.240:3000/twt/txCar

* 'master' of http://47.98.226.240:3000/twt/txCar:
  下单加参数
guo před 3 roky
rodič
revize
1c233f90f9
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      pages/module/confirmOrder.vue

+ 2 - 0
pages/module/confirmOrder.vue

@@ -336,6 +336,8 @@ export default {
 						  plateNumber:this.maintainCarData.plateNumber,
 						  carModel:this.maintainCarData.carModel,
 						  currentMileage:this.maintainCarData.milage,//this.currentMileage,
+						  brand:this.maintainCarData.brand,
+						  series:this.maintainCarData.series,
 						  comment:this.remark,
 						  itemMoney:this.itemMoney,
 						  goodsMoney:this.goodsMoney,