Commit 5014a2d4 authored by 秦嘉's avatar 秦嘉

Merge remote-tracking branch 'origin/master'

parents 5808b1a1 df67a4a6
...@@ -56,7 +56,9 @@ ...@@ -56,7 +56,9 @@
} }
.svg-icon { .svg-icon {
margin-right: 7px; margin-top: 15px;
margin-left: 17px;
margin-right: 17px;
font-size: 20px; font-size: 20px;
} }
......
...@@ -417,7 +417,10 @@ export default { ...@@ -417,7 +417,10 @@ export default {
this.getList() this.getList()
}, },
resetQuery() { resetQuery() {
this.resetForm('queryForm') this.queryParams.rows = 10
this.queryParams.page = 1
this.queryParams.rejectCode = undefined
this.queryParams.rejectDescription = undefined
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