瀏覽代碼

提交只能填报的问题

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,