查询采购订单 无法根据审核时间查询 和重置数据未清空等 问题

prod
wangwei 2 years ago
parent a3d3799276
commit 8751e743d2

@ -314,6 +314,7 @@ export default {
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
}; };
this.actAuditDateRange = [];
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();
}, },
@ -338,10 +339,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