Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
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
刘照晖
DC-TOM
Commits
17e172a8
Commit
17e172a8
authored
Jun 03, 2025
by
liqiuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(*): 重置时间调整
parent
b752dfa7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
myAgency.vue
src/views/closeManage/myAgency.vue
+2
-3
myDone.vue
src/views/closeManage/myDone.vue
+2
-2
No files found.
src/views/closeManage/myAgency.vue
View file @
17e172a8
...
...
@@ -46,8 +46,8 @@
/>
</el-form-item>
<el-form-item>
<el-button
class=
"default-btn"
@
click=
"onSearch"
>
查询
</el-button>
<el-button
type=
"primary"
class=
"default-btn"
@
click=
"onReset"
>
重置
</el-button>
<el-button
class=
"default-btn"
@
click=
"onSearch"
>
查询
</el-button>
</el-form-item>
</el-form>
<div
class=
"table-box"
>
...
...
@@ -881,8 +881,7 @@ const onReset =()=> {
formInline
.
value
.
productionLineId
=
''
;
formInline
.
value
.
deviceType
=
''
;
formInline
.
value
.
createTime
=
[
moment
(
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
).
format
(
'YYYY-MM-DD HH:mm:ss'
),
moment
(
new
Date
()).
format
(
'YYYY-MM-DD HH:mm:ss'
)
''
,
''
]
searchData
();
}
...
...
src/views/closeManage/myDone.vue
View file @
17e172a8
...
...
@@ -46,8 +46,8 @@
/>
</el-form-item>
<el-form-item>
<el-button
class=
"default-btn"
@
click=
"onSearch"
>
查询
</el-button>
<el-button
type=
"primary"
class=
"default-btn"
@
click=
"onReset"
>
重置
</el-button>
<el-button
class=
"default-btn"
@
click=
"onSearch"
>
查询
</el-button>
</el-form-item>
</el-form>
<div
class=
"table-box"
>
...
...
@@ -938,7 +938,7 @@ const onReset =()=> {
formInline
.
value
.
productionLineId
=
''
;
formInline
.
value
.
deviceType
=
''
;
formInline
.
value
.
createTime
=
[
moment
(
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
).
format
(
'YYYY-MM-DD HH:mm:ss'
),
moment
(
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
).
format
(
'YYYY-MM-DD HH:mm:ss'
),
moment
(
new
Date
()).
format
(
'YYYY-MM-DD HH:mm:ss'
)
]
searchData
();
...
...
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