summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/home/home.component.ts
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2020-12-10 15:26:13 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2020-12-10 15:26:30 +0800
commit114398200f66e9139352d236beb5eb6417baa879 (patch)
treefeb8d5957f4dbad08f3207492bfa9d97bffb0d49 /usecaseui-portal/src/app/views/home/home.component.ts
parent0c91d09baac3c4749f4aad4ec40f278240a11bf1 (diff)
fix: fix the bug of mutiple requests
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Change-Id: Ie110d3245c7eb120edf1148653df1e14b1860ea6 Issue-ID: USECASEUI-444
Diffstat (limited to 'usecaseui-portal/src/app/views/home/home.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/home/home.component.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/views/home/home.component.ts b/usecaseui-portal/src/app/views/home/home.component.ts
index 75ebb183..1b01dfff 100644
--- a/usecaseui-portal/src/app/views/home/home.component.ts
+++ b/usecaseui-portal/src/app/views/home/home.component.ts
@@ -59,10 +59,6 @@ export class HomeComponent implements OnInit {
this.seriverChart.resize(this.services.nativeElement.offsetHeight, 250)
}
- ngOnDestroy() {
- this.resizeMark.unsubscribe()
- }
-
// services
serviceNumber: number = 0;
serviceChartData: Object;