|
@@ -4334,7 +4334,7 @@ export default {
|
|
})
|
|
})
|
|
this.resetMerge()
|
|
this.resetMerge()
|
|
this.rowspan(this.listArr1, this.listPosition1, 'projectId', data.record)
|
|
this.rowspan(this.listArr1, this.listPosition1, 'projectId', data.record)
|
|
- this.rowspan(this.listArr2, this.listPosition2, 'currentStageName', data.record)
|
|
|
|
|
|
+ this.rowspan(this.listArr2, this.listPosition2, 'currentStageName', data.record, 'projectId')
|
|
this.rowspan(this.listArr3, this.listPosition3, 'corpwxDeptId', data.record, 'projectId')
|
|
this.rowspan(this.listArr3, this.listPosition3, 'corpwxDeptId', data.record, 'projectId')
|
|
this.isbeCustomReport.consumptionSchedule = data.record
|
|
this.isbeCustomReport.consumptionSchedule = data.record
|
|
this.total = data.total
|
|
this.total = data.total
|