md
This commit is contained in:
parent
befe9f0983
commit
1ab73a12db
@ -835,11 +835,14 @@ export default {
|
||||
this.queryParams.salesmen=this.$route.query.salesmen;
|
||||
}
|
||||
|
||||
this.queryParams.paymentStatus='0';
|
||||
|
||||
let startTime=this.$route.query.startDate;
|
||||
let endTime=this.$route.query.endDate;
|
||||
this.dateRange=[timeFormat(startTime), timeFormat(endTime)]
|
||||
this.queryOrderType="1";
|
||||
this.queryOrderDateType="1";
|
||||
|
||||
this.getList();
|
||||
}
|
||||
|
||||
@ -855,6 +858,8 @@ export default {
|
||||
this.queryParams.salesmen=this.$route.query.salesmen;
|
||||
}
|
||||
|
||||
this.queryParams.paymentStatus='0';
|
||||
|
||||
let startTime=this.$route.query.startDate;
|
||||
let endTime=this.$route.query.endDate;
|
||||
this.dateRange=[timeFormat(startTime), timeFormat(endTime)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user