Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
928ed1bf
Commit
928ed1bf
authored
Sep 25, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码规范
parent
003a7fef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Index-sy.vue
src/views/index/Index-sy.vue
+2
-2
No files found.
src/views/index/Index-sy.vue
View file @
928ed1bf
...
@@ -82,7 +82,7 @@ export default class IndexSy extends Mixins(IndexMixin) {
...
@@ -82,7 +82,7 @@ export default class IndexSy extends Mixins(IndexMixin) {
if
(
!
newVal
)
{
if
(
!
newVal
)
{
this
.
loading
=
false
;
this
.
loading
=
false
;
}
else
{
}
else
{
const
promises
=
[
this
.
getProofCount
(),
this
.
getUserFolders
()];
const
promises
=
[
this
.
getProofCount
(),
this
.
getUserFolders
()];
await
Promise
.
all
(
promises
);
await
Promise
.
all
(
promises
);
this
.
loading
=
false
;
this
.
loading
=
false
;
}
}
...
@@ -102,7 +102,7 @@ export default class IndexSy extends Mixins(IndexMixin) {
...
@@ -102,7 +102,7 @@ export default class IndexSy extends Mixins(IndexMixin) {
this
.
$router
.
push
({
name
:
'Login'
});
this
.
$router
.
push
({
name
:
'Login'
});
}
}
private
goTemplList
(
templList
:
[]
=
[],
folderName
=
''
)
{
private
goTemplList
(
templList
:
[]
=
[],
folderName
=
''
)
{
this
.
$router
.
push
({
name
:
'TemplList'
,
query
:
{
templList
:
JSON
.
stringify
(
templList
)
,
folderName
}
});
this
.
$router
.
push
({
name
:
'TemplList'
,
query
:
{
templList
:
JSON
.
stringify
(
templList
)
,
folderName
}
});
}
}
}
}
</
script
>
</
script
>
...
...
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