Browse Source

月报设置:获取月报状态

洪海涛 4 năm trước cách đây
mục cha
commit
4e7f4638ba
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/store/modules/monthlyReport/edit/index.js

+ 3 - 0
src/store/modules/monthlyReport/edit/index.js

@@ -448,6 +448,9 @@ export default {
       // })
       state.reportList && state.reportList.forEach(elm => {
         if (`${elm.id}` === id) {
+          state.pageDate = {
+            status: elm.status
+          }
           // 如果是
           if (elm.status === 30) {
             state.subTitle = `查看|${elm.reportName}`