Commit c64f5fca authored by zhanglw's avatar zhanglw

安检查询接口调整

parent 6475a1f2
......@@ -2678,11 +2678,18 @@ var HttpReq = function(){
})
},
//查询安检报告列表
ajReportListFind: function(param){
// ajReportListFind: function(param){
// return request({
// url: '/api/anjian',
// method: 'get',
// params:param,
// })
// },
ajReportListFind: function(data){
return request({
url: '/api/anjian',
method: 'get',
params:param,
url: '/api/anjian/getAllAnJian',
method: 'POST',
data: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