seyason 8 月之前
父節點
當前提交
96d4ca1f58
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 4 - 6
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -1594,11 +1594,8 @@ export default {
                                 userReportDeptName: list[i].userReportDeptName,
                                 reportTargetDeptId: list[i].deptId
                             })
-                            console.log('执行AIReoprt==========')
                         }
                         this.form.domains = arr;
-                        
-                        // this.setTotalReportHours()
                     } else {
                         
                     }
@@ -1663,6 +1660,7 @@ export default {
                                         projectName = this.project[j].projectName;
                                     }
                                 }
+                                console.log(projectName);
                                 let tname = '';
                                 if (list[i].taskId != null && list[i].taskList.length > 0) {
                                     let filterList = list[i].taskList.filter(t => t.taskId == list[i].taskId);
@@ -1686,7 +1684,6 @@ export default {
                                     radioPickDegree = sss.filter(s => mmm.includes(s.id))
                                     wuduName = arr.join(',')
                                 }
-                            
                                 let serverPicArray = [];
                                 // console.log('picArray=='+list[i].picStr);
                                 if (list[i].picStr != null && list[i].picStr != '@') {
@@ -1779,9 +1776,10 @@ export default {
                                 }
                                 if (this.user.timeType.reportAuditType != 1 && this.user.timeType.reportAuditType != 2 && this.user.timeType.reportAuditType != 9) {
                                     //分组负责人审核的情况下,前端不需要显示,无需设置
-                                    copyData.projectAuditorId = list.report[i].projectAuditorId;
-                                    copyData.projectAuditorName = list.report[i].projectAuditorName;
+                                    copyData.projectAuditorId = list[i].projectAuditorId;
+                                    copyData.projectAuditorName = list[i].projectAuditorName;
                                 }
+                                console.log(copyData);
                                 array.push(copyData);
                                 if (list[i].state >= 2) {
                                     this.canEdit = true;