vue控制dom显示出现后执行的操作
if (this.active === 1){
  this.monthDisplay = false
  this.dayDisplay = true
  this.timeDisplay = false
  this.chartDisplay = false
  this.$nextTick(()=>{
    this.initMonthChart();
  })
}if (this.active === 1){
  this.monthDisplay = false
  this.dayDisplay = true
  this.timeDisplay = false
  this.chartDisplay = false
  this.$nextTick(()=>{
    this.initMonthChart();
  })
}