|
|
|
@ -328,10 +328,10 @@ export default {
|
|
|
|
|
this.filterQuery.endDate = null;
|
|
|
|
|
}
|
|
|
|
|
if (this.actAuditDateRange != null) {
|
|
|
|
|
this.filterQuery.starAuditDate = this.actAuditDateRange[0];
|
|
|
|
|
this.filterQuery.startAuditDate = this.actAuditDateRange[0];
|
|
|
|
|
this.filterQuery.endAuditDate = this.actAuditDateRange[1];
|
|
|
|
|
} else {
|
|
|
|
|
this.filterQuery.starAuditDate = null;
|
|
|
|
|
this.filterQuery.startAuditDate = null;
|
|
|
|
|
this.filterQuery.endAuditDate = null;
|
|
|
|
|
}
|
|
|
|
|
this.loading = true;
|
|
|
|
|