查询申购单 无法根据审核时间查询问题

prod
wangwei 2 years ago
parent 449c751f9b
commit 86af5e096d

@ -330,10 +330,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;

Loading…
Cancel
Save