Commit f6cf3dfd authored by youjie's avatar youjie

no message

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