@@ -659,8 +659,8 @@ export default {
if (day < 10) {
day = '0' + day
}
-
this.$set(this.queryParams,'timeInterval', [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59'])
+
this.setRowList = this.tableDate;
this.getRowList = this.tableDate;
this.getList();