Commit 08c27d28 authored by 赵啸非's avatar 赵啸非

修改百分百

parent ddb30a1b
...@@ -392,8 +392,8 @@ export default { ...@@ -392,8 +392,8 @@ export default {
this.findDeviceTotalStat(beforeday); this.findDeviceTotalStat(beforeday);
} }
if(type==2){ if(type==2){
beforeday.setDate(beforeday.getDate() - this.myEchartsDay); beforeday.setDate(beforeday.getDate() - this.deviceStatEchartsDay);
this.deviceStatEchartsDay(beforeday); this.findDeviceStat(beforeday);
} }
if(type==3){ if(type==3){
beforeday.setDate(beforeday.getDate() - this.deviceAlarmEchartsDay); beforeday.setDate(beforeday.getDate() - this.deviceAlarmEchartsDay);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment