Commit 76db8e1a authored by 164003836@qq.con's avatar 164003836@qq.con

修正获取订车记录url

parent 548be0c9
...@@ -11,7 +11,7 @@ export function page(query) { ...@@ -11,7 +11,7 @@ export function page(query) {
export function getObj(id) { export function getObj(id) {
return fetch({ return fetch({
url: '/vehicle/vehicleInfo/' + id, url: '/vehicle/vehicleInfo/bookedRecord/' + id,
method: 'get' method: 'get'
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment