Commit 20ec0618 authored by 张伯涛's avatar 张伯涛

产出统计初步布局修改

parent c19d32c0
...@@ -7,3 +7,9 @@ export function getDataDetails(params) { ...@@ -7,3 +7,9 @@ export function getDataDetails(params) {
params params
}) })
} }
export function getProDetails(params) {
return request({
url: '/datamonitor/getStatisticsForProduce/' + '?beginDate=' + params.beginDate + '&endDate=' + params.endDate + '&type=' + params.type,
method: 'get'
})
}
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