浏览代码

调整getUserWorkTimeByCategory接口的传值

Lijy 1 年之前
父节点
当前提交
07debde03a
共有 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 || 0,
         startDate: this.rangeDatas[0],
         endDate: this.rangeDatas[1],
         pageIndex: this.page,