去掉多余代码
This commit is contained in:
parent
9bf9cdd36b
commit
0c8fe370ce
@ -377,7 +377,6 @@ export default {
|
||||
let thisQueryParams = {...this.queryParams};
|
||||
thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"SendDate");
|
||||
thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRangeCompare,"CompareDate");
|
||||
console.log("====>dateTimeRangeCompare====>", this.dateTimeRangeCompare);
|
||||
if(this.dateTimeRangeCompare && this.dateTimeRangeCompare.length > 0){
|
||||
thisQueryParams.params.statType = 3;
|
||||
}else{
|
||||
@ -392,7 +391,6 @@ export default {
|
||||
transType: transType,
|
||||
custNo: row.custNo,
|
||||
};
|
||||
console.log("====>params====>", params);
|
||||
this.$router.push(
|
||||
{
|
||||
path: '/BIStatData/monthlyShipmentDetail',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user