This commit is contained in:
wangshiming
2022-04-14 16:40:39 +08:00
parent dd3dd6ff4f
commit 89c9f93daa
2 changed files with 4 additions and 8 deletions

View File

@ -5,7 +5,7 @@ import { map } from 'rxjs/operators';
* @Author : Shiming
* @Date : 2022-04-06 10:57:56
* @LastEditors : Shiming
* @LastEditTime : 2022-04-14 16:19:06
* @LastEditTime : 2022-04-14 16:21:00
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\datascreen\\datascreen.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -108,10 +108,6 @@ export class DatatableDatascreenComponent implements OnInit {
}
genData(): any{
let value: any = [];
console.log('9999999');
// let value: any = [{city: '深圳市', weight: 5070.4}
// ,{city: '济宁市', weight: 338}];
this.service.request(this.service.$api_getShipmentRanking).subscribe((res: any) => {
console.log(res);
res.forEach((element: any) => {
@ -122,7 +118,6 @@ export class DatatableDatascreenComponent implements OnInit {
});
this.salesData2 = value
});
console.log(value);
}
initPillarData(){
// this.curve.reRender()