Commit a8971bb3 authored by sxl's avatar sxl 💬

fix:大屏监测监控空数据处理,提升机巡检记录接口对接

parent 8cd4d727
...@@ -26,3 +26,11 @@ export function getElevatorTimes(query) { ...@@ -26,3 +26,11 @@ export function getElevatorTimes(query) {
params: query, params: query,
}); });
} }
// 获取提升机巡检数据
export function getRecentFive(query) {
return request({
url: "business/screen/ele/recentFive",
method: "get",
params: query,
});
}
This diff is collapsed.
This diff is collapsed.
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