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