结算申请
This commit is contained in:
parent
9fd5376842
commit
9da48e37fd
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue