Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
胡宝山
template_vue
Commits
d91a1eb2
Commit
d91a1eb2
authored
Nov 30, 2023
by
cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制台
parent
a56374e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
control.vue
src/views/controlPlatform/control.vue
+3
-2
No files found.
src/views/controlPlatform/control.vue
View file @
d91a1eb2
...
@@ -364,10 +364,11 @@ export default {
...
@@ -364,10 +364,11 @@ export default {
this
.
getSumUpdateList
()
// 先立刻执行一次
this
.
getSumUpdateList
()
// 先立刻执行一次
this
.
getSumList
()
this
.
getSumList
()
this
.
intervalId
=
setInterval
(()
=>
{
this
.
intervalId
=
setInterval
(()
=>
{
this
.
getSumUpdateList
()
this
.
getSumList
()
if
(
this
.
stopTimer
===
true
)
{
if
(
this
.
stopTimer
===
true
)
{
clearInterval
(
this
.
intervalId
)
clearInterval
(
this
.
intervalId
)
}
else
{
this
.
getSumUpdateList
()
this
.
getSumList
()
}
}
},
2000
)
// 间隔 2 秒调用一次,根据实际需求调整间隔时间
},
2000
)
// 间隔 2 秒调用一次,根据实际需求调整间隔时间
},
},
...
...
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