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

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

@@ -6613,7 +6613,7 @@
                                     arr[i].imgListUrl = arrList
                                     arr[i].imgList = list.report[i].pics
                                 }
-                                if(reportExtraField4Name || reportExtraField5Name) {
+                                if((reportExtraField4Name || reportExtraField5Name) && list.report[i].state >= 2) {
                                     this.getInfoByProjectId(copyData, i, false)
                                 }
                             }