Commit 3fff1ce1 authored by youjie's avatar youjie

no message

parent d7ed1c31
......@@ -293,7 +293,8 @@
this.com_onresize();
}
},
deep: true
deep: true,
immediate: true
},
},
methods: {
......
......@@ -1013,19 +1013,6 @@
if(this.msgParameter.MailingState=='1'){
this.msgParameter.MailingAddress = ''
}
this.msgParameter.DetailList = []
this.types.forEach(x=>{
let y = {
TicketType: x.TicketCouponsType,
TicketName: x.TicketName,
Unit_Price: x.B2BPrice,
Num: x.num,
Money: x.B2BPrice*x.num,
TicketId: x.TicketID
}
this.msgParameter.DetailList.push(y)
})
let m = {
IsUpdateMailing: 1,
OrderId: this.msgParameter.OrderId,
......@@ -1158,6 +1145,7 @@
this.msgParameter.MailingState = JSON.stringify(this.msgParameter.MailingState)
this.msgParameter.Sex = JSON.stringify(this.msgParameter.Sex)
this.types = JSON.parse(JSON.stringify(obj.DetailList))
console.log(this.types,'-----')
this.ChangeOrderDialog = true
}
},
......
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