fix bug
This commit is contained in:
@ -86,6 +86,8 @@ export class DatatableOperationtableComponent implements OnInit {
|
||||
this.service.request(this.service.$api_operationalReportHistogram, params).subscribe(res => {
|
||||
if (res) {
|
||||
this.chartData = res
|
||||
this.pillar.reRender()
|
||||
this.curve.reRender()
|
||||
if(flag) { // 除第一次加载外
|
||||
this.pillar.reRender()
|
||||
this.curve.reRender()
|
||||
|
||||
Reference in New Issue
Block a user