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