Lijy 1 månad sedan
förälder
incheckning
c73cfdbc3f
1 ändrade filer med 2 tillägg och 2 borttagningar
  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,