Service instance lifecycle management 29/88829/1
authorguochuyicmri <guochuyi@chinamobile.com>
Thu, 30 May 2019 07:04:10 +0000 (15:04 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Thu, 30 May 2019 07:04:20 +0000 (15:04 +0800)
Change-Id: Ic643ab8ab91617da62c5430d00ce0ed28959701e
Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
usecaseui-portal/src/app/myhttp.service.ts

index aff92d1..e81a7d3 100644 (file)
@@ -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