Sfoglia il codice sorgente

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

seyason 2 anni fa
parent
commit
1ee054d2f8

+ 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