Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
54163aac
authored
2020-10-22 10:10:04 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新时间清空后查询错误
1 parent
64f06602
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/monitor.vue
src/views/monitor.vue
View file @
54163aa
...
...
@@ -119,7 +119,7 @@ export default {
ruleForm
:
{
username
:
''
,
userId
:
''
,
times
:
''
times
:
[
''
,
''
]
},
tableData
:
[],
pagination
:
null
,
...
...
@@ -135,8 +135,8 @@ export default {
}
=
await
getResourceMonitorList
({
username
:
this
.
ruleForm
.
username
,
userId
:
this
.
ruleForm
.
userId
,
startTime
:
this
.
ruleForm
.
times
[
0
]
,
endTime
:
this
.
ruleForm
.
times
[
1
]
,
startTime
:
this
.
ruleForm
.
times
?
this
.
ruleForm
.
times
[
0
]
:
''
,
endTime
:
this
.
ruleForm
.
times
?
this
.
ruleForm
.
times
[
1
]
:
''
,
pageNo
:
this
.
pagination
.
page
,
row
:
this
.
pagination
.
size
})
...
...
@@ -150,7 +150,7 @@ export default {
this
.
ruleForm
=
{
username
:
''
,
userId
:
''
,
times
:
''
times
:
[
''
,
''
]
}
this
.
handleQueryOrderList
()
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment