修改bug

prod
wangwei 2 years ago
parent 66c85fb374
commit 7e1d65258f

@ -283,11 +283,11 @@ export default {
getList() {
this.loading = true;
if (this.actDateRange !== null) {
this.listQuery.startDate = this.actDateRange[0];
this.listQuery.endDate = this.actDateRange[1];
this.listQuery.startTime = this.actDateRange[0];
this.listQuery.endTime = this.actDateRange[1];
} else {
this.listQuery.startDate = null;
this.listQuery.endDate = null;
this.listQuery.startTime = null;
this.listQuery.endTime = null;
}
this.listQuery.customerId = store.getters.customerId;
getReceiveOrder(this.listQuery)

Loading…
Cancel
Save