Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
event-analysis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔义雄
event-analysis
Commits
43fa3d45
Commit
43fa3d45
authored
May 12, 2020
by
shiwr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
52304b50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
templates/event_analysis/error_alarm.html
templates/event_analysis/error_alarm.html
+4
-13
No files found.
templates/event_analysis/error_alarm.html
View file @
43fa3d45
...
...
@@ -495,7 +495,7 @@
,
//获取任务列表
getAlarmList
(
fn
)
getAlarmList
()
{
this
.
loading
=
true
;
let
vm
=
this
;
...
...
@@ -505,14 +505,10 @@
data
:
vm
.
formLine
};
console
.
log
(
newdata
)
console
.
log
(
222
)
axios
.
post
(
'
${SITE_URL}search_alarm/
'
,
newdata
).
then
(
res
=>
{
vm
.
total
=
res
.
results
.
count
;
vm
.
taskData
=
res
.
results
.
results
;
vm
.
loading
=
false
;
if
(
!!
fn
)
{
fn
()
}
},
err
=>
{
vm
.
loading
=
false
;
vm
.
$message
(
...
...
@@ -522,7 +518,7 @@
}
)
},
storage
=
this
.
formLine
.
priority
)
this
.
storage
=
this
.
formLine
.
priority
)
}
,
...
...
@@ -609,13 +605,8 @@
handleCurrentChange
(
val
)
{
console
.
log
(
"
当前页
"
+
val
);
if
(
this
.
currentPage
!=
val
)
{
this
.
currentPage
=
val
;
this
.
getTaskList
(()
=>
{
this
.
handleCurPageChange
()
})
}
this
.
currentPage
=
val
this
.
getAlarmList
()
},
...
...
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