Browse Source

2022.8.10

ggooalice 2 years ago
parent
commit
012bc795bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -444,7 +444,7 @@
             },
             // 获取项目
             getPeoject() {
-                this.$axios.post("/project/getProjectList", {})
+                this.$axios.post("/project/getProjectList", {forReport: 1})
                 .then(res => {
                     if(res.code == "ok") {
                         for(var i in res.data) {