From 9da48e37fd783fcfa1aa2191fac464a7a15f56bf Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 17 Dec 2025 09:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/cost/component/applyDetail.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/material/cost/component/applyDetail.vue b/src/views/material/cost/component/applyDetail.vue index 43b666e7..28f6da1e 100644 --- a/src/views/material/cost/component/applyDetail.vue +++ b/src/views/material/cost/component/applyDetail.vue @@ -679,11 +679,11 @@ export default { let params = { agreementIds: Array.isArray(this.rowData) ? this.rowData.map(item => item.agreementId) : [], totalCostAll: this.costAll, - leaseList: this.leaseList, - repairList: this.repairList, - scrapList: this.scrapList, - loseList: this.loseList, - reductionList: this.reducList, + // leaseList: this.leaseList, + // repairList: this.repairList, + // scrapList: this.scrapList, + // loseList: this.loseList, + // reductionList: this.reducList, settlementType: this.rowData[0].settlementType || '' } console.log('2222222222222', params)