@@ -407,6 +407,7 @@ export default {
this.handleQuery();
},
clearQueryForm() {
+ this.queryParams.title=null;
this.queryParams.type = null;
this.queryParams.status = null;
this.queryParams.range = [];