|
@@ -511,6 +511,9 @@ export default {
|
|
if (this.selectDate) {
|
|
if (this.selectDate) {
|
|
this.listQuery.startTime = this.selectDate[0] + ' 00:00:00';
|
|
this.listQuery.startTime = this.selectDate[0] + ' 00:00:00';
|
|
this.listQuery.endTime = this.selectDate[1] + ' 23:59:59';
|
|
this.listQuery.endTime = this.selectDate[1] + ' 23:59:59';
|
|
|
|
+ }else {
|
|
|
|
+ this.listQuery.startTime = null;
|
|
|
|
+ this.listQuery.endTime = null;
|
|
}
|
|
}
|
|
this.$api.statistical.getMajorLedger(this.listQuery).then((res) => {
|
|
this.$api.statistical.getMajorLedger(this.listQuery).then((res) => {
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|