Browse Source

提交代码

Lijy 1 month ago
parent
commit
c73cfdbc3f

+ 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,