瀏覽代碼

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

seyason 2 年之前
父節點
當前提交
1ee054d2f8
共有 1 個文件被更改,包括 2 次插入1 次删除
  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