|
|
@ -197,11 +197,11 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
if (this.actDateRange != null) {
|
|
|
|
if (this.actDateRange != null) {
|
|
|
|
this.filterQuery.startDate = this.actDateRange[0];
|
|
|
|
this.filterQuery.startTime = this.actDateRange[0];
|
|
|
|
this.filterQuery.endDate = this.actDateRange[1];
|
|
|
|
this.filterQuery.endTime = this.actDateRange[1];
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.filterQuery.startDate = null;
|
|
|
|
this.filterQuery.startTime = null;
|
|
|
|
this.filterQuery.endDate = null;
|
|
|
|
this.filterQuery.endTime = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.filterQuery.status = 3;
|
|
|
|
this.filterQuery.status = 3;
|
|
|
|