From 74370c30f9c02fde9640144579d6224bf700b62d Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 17 Nov 2025 09:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/cost/costExamList.vue | 14 ++++++++------ src/views/material/lease/outBound/index.vue | 13 +++++++------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/views/material/cost/costExamList.vue b/src/views/material/cost/costExamList.vue index f42b404a..3ba711bc 100644 --- a/src/views/material/cost/costExamList.vue +++ b/src/views/material/cost/costExamList.vue @@ -6,12 +6,14 @@ :pageContent="pageContent" @goBack="goBack" /> - + + + diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 2164a7d4..da037e21 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -962,8 +962,9 @@ export default { async getOutNum() { try { const params = { - startTime: this.queryParams.startTime, - endTime: this.queryParams.endTime, + // startTime: this.queryParams.startTime, + // endTime: this.queryParams.endTime, + ...this.queryParams } const res = await getOutNumApi(params) this.allNum = res.data.alNum || 0 @@ -1043,10 +1044,10 @@ export default { 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) {