Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
0d9f0b22
Commit
0d9f0b22
authored
Jul 17, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gyq
parent
373ce68b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
ipop-web/app/base/controller/impl/patentycCtl.js
+12
-10
No files found.
ipop-web/app/base/controller/impl/patentycCtl.js
View file @
0d9f0b22
...
...
@@ -59,7 +59,7 @@ class PatentycCtl extends CtlBase {
return
System
.
getResult2
(
result
);
}
else
{
return
System
.
getResult2
(
"报告尚未生成"
);
return
System
.
get
Err
Result2
(
"报告尚未生成"
);
}
}
...
...
@@ -1396,13 +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",
// "type": "html"
// };
// var d = await 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
));
})()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment