@@ -367,6 +367,9 @@ export default {
})
},
dateChange(data) {
+ this.option1 = {}
+ this.option2 = {}
+ this.loading = true;
this.queryInfo.page = 1
this.queryInfo.begin = new Date(data.begin*1000).toLocaleDateString().replace(/\//g,'-');
this.queryInfo.end = new Date(data.end*1000).toLocaleDateString().replace(/\//g,'-');