Commit 38f146e6 authored by youjie's avatar youjie

no message

parent 67fd5bfd
......@@ -148,7 +148,6 @@ export default {
this.p = n;
if(n&&n.startDate){
this.chosenObj.startDate = n.startDate;
console.log(this.chosenObj.startDate,this.dataAll,'===')
let arr = this.dataAll.filter(x=> x.Date==this.chosenObj.startDate)
if(arr.length>0){
this.TicketIds = arr[0].Price.map(x=> {return x.TicketId})
......
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