Commit b2b3e5f7 authored by youjie's avatar youjie

no message

parent 8aa64605
......@@ -1148,17 +1148,17 @@ export default {
}
}
}else{
if (pickuporderHotal.length > 0) {
this.order = pickuporderHotal[pickuporderHotal.length-1]
if (this.order) {
this.msg.searchroomGroup = this.order.order.msg.searchroomGroup
// if (pickuporderHotal.length > 0) {
// this.order = pickuporderHotal[pickuporderHotal.length-1]
// if (this.order) {
// this.msg.searchroomGroup = this.order.order.msg.searchroomGroup
// this.msg.searchroomGroup.forEach(item => {
// item.numberOfChildren = 0
// item.ChildAgeDetails = 0
// })
this.CountPeople()
}
}
// this.CountPeople()
// }
// }
}
let params = newVal.params
......
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