Commit 817fc078 authored by wends's avatar wends

update 历史数据

parent d064713f
......@@ -9,3 +9,12 @@ export function getTableData(data) {
data
})
}
// 获取图表历史
export function getModelHistory(data) {
return request({
url: `${baseURL}/iot/dashboard/modelHistory`,
method: 'post',
data
})
}
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