|
@@ -152,8 +152,8 @@
|
|
|
this.chartList[1].value = 0;
|
|
this.chartList[1].value = 0;
|
|
|
this.chartList[2].value = 0;
|
|
this.chartList[2].value = 0;
|
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|
|
|
- this.$refs.pieChart.setData(this.chartList)
|
|
|
|
|
- this.$refs.circleObj.notServerData(0)
|
|
|
|
|
|
|
+ this.$refs.pieChart.setNoData()
|
|
|
|
|
+ this.$refs.circleObj.notServerData()
|
|
|
},50)
|
|
},50)
|
|
|
}
|
|
}
|
|
|
|
|
|