diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-06 17:39:20 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-06 17:59:10 +0800 |
commit | bf240f4fad6e8bf032bd1f190b238682a9fb721a (patch) | |
tree | e1aa6be71ca760a2626e29fbdf36af016c78cdfc /usecaseui-portal/src/app/components/charts/bar/bar.component.ts | |
parent | b4bbbe86cf1410d6fa10d3d6d2b418133e34c45c (diff) |
User and service type management interface
Change-Id: Ie4f66f28ea964cd8a773e7c1c52e5d589762b371
Issue-ID: USECASEUI-212
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/charts/bar/bar.component.ts')
-rw-r--r-- | usecaseui-portal/src/app/components/charts/bar/bar.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/components/charts/bar/bar.component.ts b/usecaseui-portal/src/app/components/charts/bar/bar.component.ts index bc2beb63..217ee121 100644 --- a/usecaseui-portal/src/app/components/charts/bar/bar.component.ts +++ b/usecaseui-portal/src/app/components/charts/bar/bar.component.ts @@ -62,6 +62,7 @@ export class BarComponent implements OnInit { updateOption: any; chartDataChange() { this.updateOption = this.chartData; + console.log(this.initData.customer) } chartInit(chart) { this.chartIntance = chart; |