浏览代码

提交相关代码

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 : ''
             this.proJuctId ? sl.projectId = this.proJuctId : ''
             sl.startDate = this.rangeDatas[0]
             sl.startDate = this.rangeDatas[0]
             sl.endDate = this.rangeDatas[1]
             sl.endDate = this.rangeDatas[1]
+            sl.deptIds = row.deptIds
             sl.titleStr = (listText || '')+',总计'
             sl.titleStr = (listText || '')+',总计'
           }
           }
         } else if(this.ins == 25) {
         } else if(this.ins == 25) {