Commit 54676c52 authored by caicaicai's avatar caicaicai

修改

parent 9078c3d1
......@@ -1799,7 +1799,28 @@ var HttpReq = function(){
data:data,
})
},
//大屏——数据分析——矿石产量比
screenOreProportionDayQuery: function(param){
return request({
url: '/api/Mineral',
method: 'get',
params:param,
})
},
screenOreProportionMonthQuery: function(param){
return request({
url: '/api/MineralMonth',
method: 'get',
params:param,
})
},
screenOreProportionYearQuery: function(param){
return request({
url: '/api/MineralYear',
method: 'get',
params:param,
})
},
......
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