Quellcode durchsuchen

手机端的项目成本统计接口增加参数

seyason vor 2 Jahren
Ursprung
Commit
1ee054d2f8
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/cost/cost.vue

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/cost/cost.vue

@@ -128,7 +128,8 @@ export default {
             this.listLoading = true
             this.$axios.post(url, {
                 startDate: this.costDate[0],
-                endDate: this.costDate[1]
+                endDate: this.costDate[1],
+                type: 0
             }).then(res => {
                 if(res.code == "ok") {
                     this.listLoading = false