Commit 465aac59 by 李宏达

Merge branch 'ipop-web' of gitlab.gongsibao.com:jiangyong/zhichan into ipop-web

parents 34035039 9c297174
...@@ -1396,15 +1396,15 @@ module.exports = PatentycCtl; ...@@ -1396,15 +1396,15 @@ module.exports = PatentycCtl;
// var d = task.ezGetReport({},obj,{}) // var d = task.ezGetReport({},obj,{})
// console.log("dddddd---------" + JSON.stringify(d)); // console.log("dddddd---------" + JSON.stringify(d));
(async ()=>{ // (async ()=>{
var task = new PatentycCtl(); // var task = new PatentycCtl();
var obj = { // var obj = {
//"uid": "735f9cd0-c103-11ea-9ecd-1d1c3e85a974", //old // //"uid": "735f9cd0-c103-11ea-9ecd-1d1c3e85a974", //old
//"uid": "bb185dd0-c7d1-11ea-b098-d907460e6bad", //1000 // "uid": "bb185dd0-c7d1-11ea-b098-d907460e6bad", //1000
"uid":"b08b4f30-c7d6-11ea-b0d0-35e49817c337", //100 // //"uid":"b08b4f30-c7d6-11ea-b0d0-35e49817c337", //100
"type": "html" // "type": "html"
}; // };
var d = await task.ReadyReport({},obj,{}) // var d = await task.ReadyReport({},obj,{})
console.log("dddddd---------" + JSON.stringify(d)); // console.log("dddddd---------" + JSON.stringify(d));
})() // })()
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