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
d1d4c725
Commit
d1d4c725
authored
Dec 18, 2023
by
cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重置bug修改
parent
fa925fdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
31 deletions
+12
-31
index.vue
src/views/equipment/equipmentCheck/index.vue
+4
-10
index.vue
src/views/equipment/printingCheck/index.vue
+4
-11
index.vue
src/views/processManagement/processesCheck/index.vue
+4
-10
No files found.
src/views/equipment/equipmentCheck/index.vue
View file @
d1d4c725
...
...
@@ -295,6 +295,10 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
beginTime
:
''
,
endTime
:
''
,
entity
:
{
// TODO: 设备编码
pn
:
''
,
...
...
@@ -305,16 +309,6 @@ export default {
status
:
''
}
}
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
beginTime
:
''
,
endTime
:
''
// ptype: 1,
// pstatus: 0,
// pn: '',
// lot: ''
}
this
.
dateRange
=
[]
this
.
resetForm
(
'queryForm'
)
this
.
handleQuery
()
...
...
src/views/equipment/printingCheck/index.vue
View file @
d1d4c725
...
...
@@ -882,22 +882,15 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
beginTime
:
''
,
endTime
:
''
,
entity
:
{
// TODO: lot
lot
:
''
}
}
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
beginTime
:
''
,
endTime
:
''
// ptype: 1,
// pstatus: 0,
// pn: '',
// lot: ''
}
this
.
dateRange
=
[]
this
.
handleQuery
()
},
...
...
src/views/processManagement/processesCheck/index.vue
View file @
d1d4c725
...
...
@@ -282,6 +282,10 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
beginTime
:
''
,
endTime
:
''
,
entity
:
{
// TODO: 设备编码
pn
:
''
,
...
...
@@ -292,16 +296,6 @@ export default {
status
:
''
}
}
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
beginTime
:
''
,
endTime
:
''
// ptype: 1,
// pstatus: 0,
// pn: '',
// lot: ''
}
this
.
dateRange
=
[]
this
.
resetForm
(
'queryForm'
)
this
.
handleQuery
()
...
...
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