查询采购计划 无法根据审核时间 查询问题

prod
wangwei 2 years ago
parent 35d1155dd9
commit 24620ec551

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

Loading…
Cancel
Save