From c847fa5a8fd63ca933b4693776aeef298b7c8b7b Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 22 Jan 2026 15:13:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 9fdfbfe9..8d7c685c 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -1098,11 +1098,12 @@ export default { const currentTime = formatTime(new Date()) const params = { + ...this.queryParams, keyWord: this.queryParams.keyWord, - startTime: this.queryParams.startTime, - endTime: this.queryParams.endTime, - pageSize: this.queryParams.pageSize, - pageNum: this.queryParams.pageNum, + // startTime: this.queryParams.startTime, + // endTime: this.queryParams.endTime, + // pageSize: this.queryParams.pageSize, + // pageNum: this.queryParams.pageNum, hasSign: 1 } if (!this.queryParams.taskStatus) {