소스 검색

提交相关代码

Lijy 8 달 전
부모
커밋
c1e2560f08
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -2663,6 +2663,7 @@ export default {
             this.proJuctId ? sl.projectId = this.proJuctId : ''
             sl.startDate = this.rangeDatas[0]
             sl.endDate = this.rangeDatas[1]
+            sl.deptIds = row.deptIds
             sl.titleStr = (listText || '')+',总计'
           }
         } else if(this.ins == 25) {