解决冲突
This commit is contained in:
@ -5,7 +5,7 @@ import { map } from 'rxjs/operators';
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-04-06 10:57:56
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-07 18:02:02
|
||||
* @LastEditTime : 2022-04-07 18:28:03
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\datascreen\\datascreen.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -106,16 +106,6 @@ export class DatatableDatascreenComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
}
|
||||
// initLineData() {
|
||||
// this.service.request(this.service.$api_getTradingTrend).subscribe((res: any) => {
|
||||
// this.monthData = res;
|
||||
// if (this.timeline) {
|
||||
// console.log(this.timeline);
|
||||
// // 等待组件渲染
|
||||
// setTimeout(() => this.timeline.changeData(), 100);
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
public genData(): G2MiniAreaData[] {
|
||||
let value: any = [];
|
||||
this.service.request(this.service.$api_getShipmentRanking).subscribe((res: any) => {
|
||||
@ -131,13 +121,7 @@ export class DatatableDatascreenComponent implements OnInit {
|
||||
return value;
|
||||
}
|
||||
initPillarData(){
|
||||
|
||||
this.service.request(this.service.$api_getTradingTrend).subscribe(res => {
|
||||
if (res) {
|
||||
this.chartData2 = res
|
||||
this.curve.reRender()
|
||||
}
|
||||
})
|
||||
}
|
||||
public genData2(): G2TimelineData[] {
|
||||
let value1: any[] = [];
|
||||
|
||||
Reference in New Issue
Block a user