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
f35a19ca
Commit
f35a19ca
authored
Aug 02, 2023
by
kzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未知bug
parent
c4748e20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
check.vue
src/views/equipment/check.vue
+2
-1
checkProcess.vue
src/views/equipment/checkProcess.vue
+3
-2
No files found.
src/views/equipment/check.vue
View file @
f35a19ca
...
...
@@ -673,7 +673,8 @@ export default {
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
ptype
:
1
ptype
:
1
,
pstatus
:
0
}
this
.
resetForm
(
'queryForm'
)
this
.
handleQuery
()
...
...
src/views/equipment/checkProcess.vue
View file @
f35a19ca
...
...
@@ -665,7 +665,7 @@ export default {
},
/** 查询按钮操作 */
handleQuery
()
{
this
.
queryParams
.
page
Num
=
1
this
.
queryParams
.
page
=
1
this
.
getList
()
},
/** 重置按钮操作 */
...
...
@@ -673,7 +673,8 @@ export default {
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
ptype
:
2
ptype
:
2
,
pstatus
:
0
}
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