This commit is contained in:
‘937886381’
2025-11-25 09:30:51 +08:00
parent 694beb5851
commit a907c7273e
25 changed files with 1203 additions and 1231 deletions

View File

@@ -60,3 +60,11 @@ export function getSalesRevenueData(data) {
});
}
export function getOperateCockpit(data) {
return request({
url: "/lb/operate-cockpit/get",
method: "post",
data: data,
});
}