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)