|
@@ -207,10 +207,10 @@ export default {
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
this.dateRange = [];
|
|
|
- this.$set(this.queryParams, 'id', '');
|
|
|
this.$set(this.queryParams, 'time', []);
|
|
|
this.$set(this.queryParams, 'serialContent', '');
|
|
|
- this.$set(this.queryParams, 'incomeExpenses', '');
|
|
|
+ this.$set(this.queryParams, 'personsName', '');
|
|
|
+ this.$set(this.queryParams, 'serialType', '');
|
|
|
this.queryParams.pageNum = 1;
|
|
|
this.handleQuery();
|
|
|
},
|