瀏覽代碼

月报设置:获取月报状态

洪海涛 4 年之前
父節點
當前提交
4e7f4638ba
共有 1 個文件被更改,包括 3 次插入0 次删除
  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}`