فهرست منبع

调整getUserWorkTimeByCategory接口的传值

Lijy 1 سال پیش
والد
کامیت
f32759f0dd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

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

@@ -3400,7 +3400,7 @@ export default {
     async getHoursDetailClass() {
       let params = {
         // 日期, 项目分类
-        categoryId: this.projectSortId,
+        categoryId: this.projectSortId || '',
         startDate: this.rangeDatas[0],
         endDate: this.rangeDatas[1],
         pageIndex: this.page,