sen
1 天以前 5abcde36961125cbf436f91b8c17610a6b5f8308
ui/car_wx_app/common/examine.js
@@ -57,6 +57,12 @@
export const tmsTripList = (data) => http.get('/app/car/tmsTripList/'+data,);
/**
 * 行程历史(分页,按时间倒序)
 * @param {Object} params - { dispatchId, pageNum, pageSize }
 */
export const tmsTripListPage = (params = {}) => http.get('/app/car/tmsTripListPage', { params });
/**
 * 历史行程列表
 * @param data