@@ -1378,7 +1378,7 @@ export default {
if (day < 10) {
day = '0' + day
}
- this.queryParams.timeInterval = [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59']
+ this.$set(this.queryParams,'timeInterval', [year + '-' + month + '-' + '01 00:00:00', year + '-' + month + '-' + day + ' 23:59:59'])
this.getList();
this.getDicts("tax_rate").then((response) => {