|
@@ -203,7 +203,7 @@ export default {
|
|
|
// console.log(list)
|
|
|
for (var i = list.length - 1; i >= 0; i--) {
|
|
|
if (list[i].name === params.data.name) {
|
|
|
- // this.reportBizName = params.data.name
|
|
|
+ this.reportBizName = params.data.name
|
|
|
// console.log(params.data.name)
|
|
|
this.subIndex = i
|
|
|
// this.subReportDetails = list[i].subReportDetails
|