公告板
版本库
filestore
活动
搜索
登录
main
/
ZPSZ-BASE
springboot2+avue
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改调度单必填校验
sen
1 天以前
5abcde36961125cbf436f91b8c17610a6b5f8308
[ZPSZ-BASE.git]
/
ui
/
car_wx_app
/
common
/
history.js
1
2
3
4
5
6
7
8
9
10
11
const http = uni.$u.http
let data = [];
data.length
/**
* 历史行程列表
* @param data
* @returns {HttpPromise<any>}
*/
export const getAssignedItineraryLogList = (data ={}) => http.get('app/car/assignedItineraryLogList',{params: {...data}});