Эх сурвалжийг харах

月报设置:获取月报状态

洪海涛 4 жил өмнө
parent
commit
4e7f4638ba

+ 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}`