浏览代码

提交代码

Lijy 1 月之前
父节点
当前提交
c73cfdbc3f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

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

@@ -3144,7 +3144,7 @@ export default {
           fName = `${this.timelyTaskHoursRadio}任务工时填报及时表.xlsx`
           url = `/report/exportReportRateOfTask`
           sl.projectId = this.proJuctId
-          sl.userIds = this.userIds
+          sl.userIds = this.userId
           sl.type = {
             '按任务查看': 0,
             '按人员查看': 1,
@@ -5163,7 +5163,7 @@ export default {
       console.log('发起请求 任务工时填报及时表', this.timelyTaskHoursRadio, this.page, this.size, this.total, this.proJuctId, this.userId, this.timelyReportingOfTaskHoursLoading, this.timelyReportingOfTaskHoursList)
       let sl = {}
       sl.projectId = this.proJuctId
-      sl.userIds = this.userIds
+      sl.userIds = this.userId
       sl.type = {
         '按任务查看': 0,
         '按人员查看': 1,