Commit 39ceb6cc authored by kzy's avatar kzy

改变了诡异bug

parent ce6166d2
...@@ -667,7 +667,11 @@ export default { ...@@ -667,7 +667,11 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
// this.dateRange = [] this.queryParams={
page: 1,
rows: 10,
ptype: 2
}
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },
......
...@@ -632,7 +632,11 @@ export default { ...@@ -632,7 +632,11 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
// this.dateRange = [] this.queryParams={
page: 1,
rows: 10,
ptype: 2
}
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