Commit e7b847a4 authored by 刘宇扬's avatar 刘宇扬

重置

parent 2442c65d
...@@ -395,7 +395,12 @@ export default { ...@@ -395,7 +395,12 @@ export default {
this.queryParams = { this.queryParams = {
page: 1, page: 1,
rows: 10, rows: 10,
ptype: 1 pn: undefined,
lot: undefined,
plocation: undefined,
pstatus: 0,
ptype: 1,
delFlag: 0
} }
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
......
...@@ -551,7 +551,12 @@ export default { ...@@ -551,7 +551,12 @@ export default {
this.queryParams = { this.queryParams = {
page: 1, page: 1,
rows: 10, rows: 10,
ptype: 1 pn: undefined,
lot: undefined,
plocation: undefined,
pstatus: 0,
ptype: 1,
delFlag: 0
} }
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
......
...@@ -534,7 +534,12 @@ export default { ...@@ -534,7 +534,12 @@ export default {
this.queryParams = { this.queryParams = {
page: 1, page: 1,
rows: 10, rows: 10,
ptype: 1 pn: undefined,
lot: undefined,
plocation: undefined,
pstatus: 0,
ptype: 2,
delFlag: 0
} }
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment