aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-30 15:04:10 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-30 15:04:20 +0800
commite26e7ee1405e68e358dbc45ea150527d930d936a (patch)
tree87df433d1ec0539eea8f5a89856d5c7f8b2d0b59
parent38704bb7b97d851a3d5c4e3b4a6f82fbc0c606ef (diff)
Service instance lifecycle management
Change-Id: Ic643ab8ab91617da62c5430d00ce0ed28959701e Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--usecaseui-portal/src/app/myhttp.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/myhttp.service.ts b/usecaseui-portal/src/app/myhttp.service.ts
index aff92d12..e81a7d37 100644
--- a/usecaseui-portal/src/app/myhttp.service.ts
+++ b/usecaseui-portal/src/app/myhttp.service.ts
@@ -152,7 +152,7 @@ export class MyhttpService {
}),
body: {
'globalSubscriberId': obj.globalSubscriberId,
- 'serviceType': obj.serviceType
+ 'serviceType': obj.serviceType.name
}
};
// return this.http.get<any>(this.url.deleteService); //Local simulation