Commit a08b4f3e authored by dcy's avatar dcy

护院列表重置按钮

parent 22cae24e
......@@ -428,6 +428,14 @@ export default {
resetQuery() {
this.dateRangeLoginDate = [];
this.dateRangeCreateTime = [];
this.queryParams = {
page: 1,
rows: 10,
isDeal:undefined,// 是否成交
searchKey:undefined,//关键字
auditStatus:undefined,//审核状态
authType:undefined,//关键字
}
this.resetForm("queryForm");
this.handleQuery();
},
......
......@@ -317,6 +317,14 @@ export default {
this.dateRangeLoginDate = [];
this.dateRangeCreateTime = [];
this.resetForm("queryForm");
this.queryParams = {
page: 1,
rows: 10,
isDeal:undefined,// 是否成交
searchKey:undefined,//关键字
auditStatus:1,//审核状态
authType:undefined,//关键字
}
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