Commit f6cf3dfd authored by youjie's avatar youjie

no message

parent 50672be7
......@@ -1122,7 +1122,7 @@
},
// 添加司机车号
driver(item) {
this.drivermsg.Id = item.id
this.drivermsg.Id = item.Id
this.drivermsg.DriverInfo = item.DriverInfo
this.drivermsg.BusNo = item.BusNo
this.dialogVisible = true
......
......@@ -938,7 +938,7 @@ export default {
}, {
path: '/HotelQueryList', //酒店查询统计
name: 'HotelQueryList',
component: resolve => require(['@/components/Hotel/HotelQueryList'], resolve),
component: resolve => require(['@/components/Hotel/singleProduct/HotelQueryList'], resolve),//@/components/Hotel/HotelQueryList
meta: {
title: '酒店查询统计'
},
......
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