Fix instance instantiation for CCVPN 41/87441/1
authorguochuyicmri <guochuyi@chinamobile.com>
Fri, 10 May 2019 06:43:18 +0000 (14:43 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Fri, 10 May 2019 06:43:22 +0000 (14:43 +0800)
Change-Id: Iecaf51bb804ab694a880a072b19bf21918bc63cb
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
usecaseui-portal/src/app/myhttp.service.ts

index 71c0232..58fc703 100644 (file)
@@ -102,7 +102,7 @@ export class MyhttpService {
       return this.http.post<any>(this.url.nstemplateParameters, body);
     }
     let body = {
-      csarId: template.id,
+      csarId: template.uuid,
       packageType: "",
       inputs: ""
     };