Browse Source

[修正] 修正年月切换BUG

master
陈鹏飞 5 years ago
parent
commit
79a17d0402
  1. 1
      src/app/statistic-analysis/state/page-two-time/page-two-time.component.ts

1
src/app/statistic-analysis/state/page-two-time/page-two-time.component.ts

@ -37,6 +37,7 @@ export class PageTwoTimeComponent implements OnInit {
toggleFalse () { toggleFalse () {
this.isQuery = false this.isQuery = false
this.echartsData.statefulInspectionToggle = true this.echartsData.statefulInspectionToggle = true
this.selectType = 'month'
} }
//返回 //返回

Loading…
Cancel
Save