|
@@ -1504,7 +1504,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
nDay = 28
|
|
nDay = 28
|
|
}
|
|
}
|
|
- this.queryParams.timeInterval2 = [lYear + '-' + lMonth + '-' + '01 00:00:00', nYear + '-' + nMonth + '-' + nDay + '23:59:59']
|
|
|
|
|
|
+ this.queryParams.timeInterval2 = [lYear + '-' + lMonth + '-' + '01', nYear + '-' + nMonth + '-' + nDay]
|
|
|
|
|
|
this.getList();
|
|
this.getList();
|
|
this.getDicts("tax_rate").then((response) => {
|
|
this.getDicts("tax_rate").then((response) => {
|