Browse Source

Merge remote-tracking branch 'origin/monthly_report_daily_0.0.1' into monthly_report_daily_0.0.1

洪海涛 4 years ago
parent
commit
5832bbfe3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/monthlyReport/index.vue

+ 1 - 0
src/views/monthlyReport/index.vue

@@ -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)
       }
     },