Browse Source

提交代码

Lijy 1 year ago
parent
commit
474d2c0f44

+ 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
         },
         // 获取项目下的分组