修改分页

master
夜笙歌 1 year ago
parent 5b99db45bd
commit 321b23a863

@ -52,11 +52,11 @@ export function getCarQueueList() {
} }
// 获取接收器 // 获取接收器
export function getBindList(data) { export function getBindList(params) {
return request({ return request({
url: '/basecar/car/getDeviceList', url: '/basecar/car/getDeviceList',
method: 'post', method: 'get',
data params
}) })
} }
// 查询挂车 // 查询挂车

Loading…
Cancel
Save