Răsfoiți Sursa

月报设置:获取月报状态

洪海涛 4 ani în urmă
părinte
comite
4e7f4638ba
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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}`