Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
77a31fae
authored
2023-02-09 17:54:58 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
监控统计查询条件重置
1 parent
2ba22067
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
src/views/jktj/bsxljk/index.vue
src/views/jktj/cgltj/index.vue
src/views/jktj/ywltj/index.vue
src/views/jktj/bsxljk/index.vue
View file @
77a31fa
...
...
@@ -117,7 +117,7 @@ export default {
resetForm
()
{
this
.
form
=
{
startTime
:
getFirstDayOfSeason
(),
endTime
:
timeFormat
(
new
Date
(),
true
),
endTime
:
timeFormat
(
new
Date
(),
true
),
};
this
.
getProcessCounts
();
},
...
...
src/views/jktj/cgltj/index.vue
View file @
77a31fa
...
...
@@ -132,6 +132,7 @@ export default {
this
.
form
=
{
startTime
:
getFirstDayOfSeason
(),
endTime
:
timeFormat
(
new
Date
(),
true
),
qxdm
:
""
,
};
this
.
getSuucessRate
();
},
...
...
src/views/jktj/ywltj/index.vue
View file @
77a31fa
...
...
@@ -126,8 +126,9 @@ export default {
// 重置
resetForm
()
{
this
.
form
=
{
startTime
:
""
,
endTime
:
""
,
startTime
:
getFirstDayOfSeason
(),
endTime
:
timeFormat
(
new
Date
(),
true
),
qxdm
:
""
};
},
//图表渲染
...
...
Please
register
or
sign in
to post a comment