فهرست منبع

提交只能填报的问题

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,