@@ -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