解决冲突
This commit is contained in:
@ -139,6 +139,7 @@ export class DatatableCustomindexComponent implements OnInit {
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
this.chartData.push(...res);
|
||||
console.log(this.curve);
|
||||
this.curve.reRender();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user