洪海涛 4 lat temu
rodzic
commit
568e46cabb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/store/modules/monthlyReport/edit/index.js

+ 1 - 1
src/store/modules/monthlyReport/edit/index.js

@@ -1031,7 +1031,7 @@ export default {
           })
           // 根据找到的业务线名称查询业务线ID
           state.subReportInfo.forEach(elm => {
-            if(elm.reportName === tabName) {
+            if (elm.reportName === tabName) {
               subReportId = elm.id
             }
           })