Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
92c58a54
Commit
92c58a54
authored
May 18, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix bug refresh to reset tabs value
parent
20f7ae63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
details.vue
pages/details/details.vue
+1
-0
No files found.
pages/details/details.vue
View file @
92c58a54
...
@@ -168,6 +168,7 @@
...
@@ -168,6 +168,7 @@
const
that
=
this
const
that
=
this
let
res
=
await
that
.
$u
.
api
.
getReportCharts
({
id
:
that
.
detailId
})
let
res
=
await
that
.
$u
.
api
.
getReportCharts
({
id
:
that
.
detailId
})
uni
.
stopPullDownRefresh
()
uni
.
stopPullDownRefresh
()
uni
.
$emit
(
'handlePullDownRefresh'
)
const
{
Status
,
Result
:
{
info
,
list
}
}
=
res
.
data
const
{
Status
,
Result
:
{
info
,
list
}
}
=
res
.
data
if
(
Status
===
'true'
)
{
if
(
Status
===
'true'
)
{
if
(
info
.
dataUrl
)
{
if
(
info
.
dataUrl
)
{
...
...
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