修改
This commit is contained in:
@@ -68,3 +68,11 @@ export function getOperateCockpit(data) {
|
||||
});
|
||||
}
|
||||
|
||||
export function getOrderDetail(data) {
|
||||
return request({
|
||||
url: "/lb/operate-cockpit/getOrderDetail",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user