Commit 8937ab8d authored by youjie's avatar youjie

no message

parent 5e2bcbd4
......@@ -586,7 +586,6 @@
if(this.vehicletop&&this.vehicletop.length>0){
this.vehicletop.forEach(x=>{
if(x.Id===this.msg.BusType){
console.log(x)
this.SeatNum = x.SeatNum
if(this.msg.PeopleNum>x.SeatNum){
this.msg.PeopleNum = x.SeatNum
......
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