소스 검색

美莱德导出工时增加项目过滤

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

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

@@ -4245,6 +4245,7 @@
           // month: this.date,
           startDate: this.WorktimeDatepickValue[0],
           endDate: this.WorktimeDatepickValue[1],
+          hasReportDeptId:this.deptIdForHasReport.length>0?this.deptIdForHasReport[this.deptIdForHasReport.length-1]:null,
         },
         (res) => {
           if (res.code == "ok") {