From 0c8fe370ce96374954c03189e30fc9bcfd6760aa Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 24 Nov 2025 13:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue b/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue index 8704455d..e05b6ebc 100644 --- a/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue +++ b/src/views/emis/emisCustomerUser/monthlyShipmentStatQuery.vue @@ -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',