diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-21 14:59:07 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-21 14:59:11 +0800 |
commit | 8170823270d477f5edf9ce6363781c042f8e9b08 (patch) | |
tree | e10b5b7929210ee98c7741ad10ad728ece3a13c5 /usecaseui-portal/src/app/ccvpn-detail | |
parent | 52682bdf7ebddc6ccc5455e3b988ff7d5949601a (diff) |
Service instance lifecycle management
Change-Id: I6d03a8261b13afec4ce06612b2c42fcf97c9617c
Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-detail')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts index 6759d026..aff3ef9e 100644 --- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts +++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.ts @@ -33,6 +33,7 @@ export class CcvpnDetailComponent implements OnInit { } @Input() detailParams; + @Input() upDateShow; @Output() closeDetail = new EventEmitter(); tabBarStyle = { @@ -77,6 +78,7 @@ export class CcvpnDetailComponent implements OnInit { //tabBarStyle dataInit() { console.log(this.detailParams) + console.log(this.upDateShow) // this.input_parameters = JSON.stringify(this.detailParams['input-parameters']) this.input_parameters = JSON.parse(this.detailParams['input-parameters']); console.log(this.input_parameters); |