zhangzeli
2021-10-22 ac82481de1ed2421eddbbffc51e4ac6c34ccf61f
src/api/open.js
@@ -41,3 +41,8 @@
export const deleteClient = (params) => {
    return postRequest('/client/delByIds', params)
}
// 分页获取车辆信息
export const getCarList = (params) => {
    return getRequest('/car/getByPage', params)
}