筛选条件bug

yanshishuju
zane 9 months ago
parent 76d7b41e85
commit eacb42fffc

@ -405,7 +405,8 @@ export default {
limit: 10, limit: 10,
startTime: null, startTime: null,
endTime: null, endTime: null,
keywords: null, keyWords: null,
busType: null
}; };
this.actDateRange = []; this.actDateRange = [];

@ -950,7 +950,7 @@ export default {
limit: 10, limit: 10,
startTime: null, startTime: null,
endTime: null, endTime: null,
keywords:null keyWords:null
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

Loading…
Cancel
Save