From 11bea81e6b1d185d970d48e14f1c6c97bd756e01 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 5 Feb 2026 17:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../direct-rotation-apply/business-details.vue | 8 +++++++- src/views/material/lease/outBound/index.vue | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/business-examine/direct-rotation-apply/business-details.vue b/src/views/business-examine/direct-rotation-apply/business-details.vue index 4b70d347..e4987b36 100644 --- a/src/views/business-examine/direct-rotation-apply/business-details.vue +++ b/src/views/business-examine/direct-rotation-apply/business-details.vue @@ -119,7 +119,13 @@ :prop="column.prop" align="center" show-overflow-tooltip - > + > + + diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 3274a587..5932f7b8 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -914,7 +914,7 @@ export default { let start = new Date() start.setMonth(start.getMonth() - 1) this.queryParams.time = [this.format(end), this.format(end)] - this.queryParams.startTime = this.format(end) + this.queryParams.startTime = this.format(start) this.queryParams.endTime = this.format(end) this.getOutNum() this.GetUnitData()