소스 검색

提交只能填报的问题

Lijy 11 달 전
부모
커밋
631361ab5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -6070,7 +6070,7 @@
                                     stages:aiReportData[i].stages,
                                     stage:aiReportData[i].stage == '-'?null:aiReportData[i].stage,
                                     pics: null,
-                                    multiWorktime: aiReportData[i].multiWorktime,
+                                    multiWorktime: aiReportData[i].multiWorktime || 0,
                                     worktimeList: [{}],
                                     degreeId: aiReportData[i].degreeId==-1?null:aiReportData[i].degreeId,
                                     multiDegrIdArray: aiReportData[i].multiDegrId?JSON.parse(aiReportData[i].multiDegrId):null,