Commit 422cb0a3 by 蒋勇

d

parent cc3740ae
...@@ -70,7 +70,6 @@ class RptAPI extends APIBase{ ...@@ -70,7 +70,6 @@ class RptAPI extends APIBase{
return system.getResult(x); return system.getResult(x);
} }
async saveRptHistory(pobj,query){ async saveRptHistory(pobj,query){
console.log(JSON.stringify(pobj));
var x=await this.rptService.saveRptHistory(pobj); var x=await this.rptService.saveRptHistory(pobj);
return system.getResult(x); return system.getResult(x);
} }
......
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