@@ -73,7 +73,7 @@ export default {
this.todayWt = item.number
}
})
- this.allCount = (this.bizCount + this.yunCount).toString()
+ this.allCount = (this.bizCount + this.yunCount + this.wt).toString()