去掉多余代码

This commit is contained in:
wuteng 2025-11-24 13:32:10 +08:00
parent 9bf9cdd36b
commit 0c8fe370ce

View File

@ -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',