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
a8dbd937
Commit
a8dbd937
authored
Oct 14, 2020
by
李宏达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lhd
parent
e03b1670
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ipop-web/app/front/vues/pages/iframehtml/iframehtml.js
+1
-0
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.js
+2
-2
No files found.
ipop-web/app/front/vues/pages/iframehtml/iframehtml.js
View file @
a8dbd937
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
}
}
},
},
mounted
:
function
(){
mounted
:
function
(){
console
.
log
(
this
.
$root
.
currentUser
,
'调用方法'
);
var
url
=
this
.
$router
.
history
.
current
.
query
.
url
;
var
url
=
this
.
$router
.
history
.
current
.
query
.
url
;
if
(
url
){
if
(
url
){
url
=
decodeURIComponent
(
url
);
url
=
decodeURIComponent
(
url
);
...
...
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.js
View file @
a8dbd937
...
@@ -7059,7 +7059,7 @@
...
@@ -7059,7 +7059,7 @@
var
params
=
{
search
:
this
.
search
,
obj
:
this
.
obj
};
var
params
=
{
search
:
this
.
search
,
obj
:
this
.
obj
};
const
loadingbyc
=
this
.
$loading
({
const
loadingbyc
=
this
.
$loading
({
lock
:
true
,
lock
:
true
,
text
:
'Loading'
,
text
:
'Loading'
,
spinner
:
'el-icon-loading'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
background
:
'rgba(0, 0, 0, 0.7)'
});
});
...
@@ -7084,7 +7084,7 @@
...
@@ -7084,7 +7084,7 @@
var
params
=
{
"uid"
:
that
.
dataUid
};
var
params
=
{
"uid"
:
that
.
dataUid
};
const
loadingbyc
=
this
.
$loading
({
const
loadingbyc
=
this
.
$loading
({
lock
:
true
,
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
报告生成中...
'
,
spinner
:
'el-icon-loading'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
background
:
'rgba(0, 0, 0, 0.7)'
});
});
...
...
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