|
@@ -131,6 +131,9 @@
|
|
|
this.pageSize = 10
|
|
|
this.total = 0
|
|
|
this.scrollTop = 0
|
|
|
+ this.otherTotal= 0 // 其它垃圾总和
|
|
|
+ this.jianzhuTotal= 0 // 建筑垃圾总和
|
|
|
+ this.chuyuTotal= 0 // 厨余垃圾总和
|
|
|
this.searchForm.beginDate = getDate.getRecentday().starttime
|
|
|
this.searchForm.endDate = getDate.getRecentday().endtime
|
|
|
console.log(this.searchForm,'this.searchForm')
|