소스 검색

提交代码

Lijy 1 년 전
부모
커밋
474d2c0f44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/weeklyCustomization.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/weeklyCustomization.vue

@@ -264,7 +264,7 @@ export default {
         },
         // 获取项目列表
         async getProjectList() {
-            let { data } = await this.getData('/project/getProjectList')
+            let { data } = await this.getData('/project/getProjectList', { forReport: 1 })
             this.projectList = data
         },
         // 获取项目下的分组