This commit is contained in:
wangshiming
2022-04-18 19:19:48 +08:00
parent 364c5f8391
commit c49c3916be
3 changed files with 24 additions and 32 deletions

View File

@ -88,8 +88,8 @@ export class DatatableBusiindexComponent implements OnInit {
if (res) {
this.chartData = res
if(flag) {
// this.pillar.reRender()
// this.curve.reRender()
this.pillar.reRender()
this.curve.reRender()
}
}
})