Commit f35a19ca authored by kzy's avatar kzy

未知bug

parent c4748e20
...@@ -673,7 +673,8 @@ export default { ...@@ -673,7 +673,8 @@ export default {
this.queryParams={ this.queryParams={
page: 1, page: 1,
rows: 10, rows: 10,
ptype: 1 ptype: 1,
pstatus:0
} }
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
......
...@@ -665,7 +665,7 @@ export default { ...@@ -665,7 +665,7 @@ export default {
}, },
/** 查询按钮操作 */ /** 查询按钮操作 */
handleQuery() { handleQuery() {
this.queryParams.pageNum = 1 this.queryParams.page = 1
this.getList() this.getList()
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
...@@ -673,7 +673,8 @@ export default { ...@@ -673,7 +673,8 @@ export default {
this.queryParams={ this.queryParams={
page: 1, page: 1,
rows: 10, rows: 10,
ptype: 2 ptype: 2,
pstatus: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