|
@@ -120,6 +120,7 @@ export default {
|
|
|
this.reportData = res.data
|
|
|
this.reportValue = res.data.reportList[0].id
|
|
|
this.reportName = res.data.reportList[0].reportName
|
|
|
+ this.reportStatus = res.data.reportList[0]
|
|
|
this.monthlyReportIndex(this.reportValue)
|
|
|
}
|
|
|
},
|