qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
5f9675e0c6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
       }
     },