Commit 3b01e83e authored by 吴志坤's avatar 吴志坤

Merge remote-tracking branch 'origin/project1' into project1

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