Commit 7ff957d0 authored by youjie's avatar youjie

no message

parent 89d3ddc5
......@@ -400,6 +400,7 @@
this.mainColor = this.$uiConfig.mainColor;
if(options.orderMsg){
this.orderMsg = JSON.parse(options.orderMsg)
console.log(this.orderMsg,'----------')
}
},
onShow() {
......@@ -433,6 +434,7 @@
this.busInfor = obj;
this.orderMsg = {
...this.orderMsg,
OrderType: obj.CarType,
OrderDate: obj.time,
ProductId: this.id,
AirportId: obj.AirportId,
......
......@@ -104,7 +104,6 @@ export default {
key: "busInfor",
success: (res) => {
let obj = JSON.parse(res.data);
console.log(obj,'---')
this.busInfor = obj
this.msg.CarType = obj.CarType
this.msg.Q_Country = obj.CountryId
......
......@@ -459,9 +459,11 @@
let msg = JSON.parse(options.msg)
this.orderMsg = {
...this.orderMsg,
...msg
...msg,
}
console.log(msg,'--------')
}
if (options.CreateBy) {
this.CreateBy = options.CreateBy
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment