修改分页

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({
url: '/basecar/car/getDeviceList',
method: 'post',
data
method: 'get',
params
})
}
// 查询挂车

Loading…
Cancel
Save