fix service create request body 77/47777/1
authorzhangab <zhanganbing@chinamobile.com>
Wed, 16 May 2018 08:31:42 +0000 (16:31 +0800)
committerzhangab <zhanganbing@chinamobile.com>
Wed, 16 May 2018 08:31:47 +0000 (16:31 +0800)
Change-Id: I91337cb03ad0a6632794c10426c6c08226aab011
Issue-ID: USECASEUI-115
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/ServiceTemplateService.js

index ad1818d..4e8f46e 100644 (file)
          var para = {
            resourceName: segment.nodeTemplateName,
            resourceInvariantUuid: segment.invariantUUID,//resourceDefId
-           resourceId: segment.uuid,
+           resourceUuid: segment.uuid,
            resourceCustomizationUuid: segment.customizationUuid,
            parameters: {  //nsParameters
              locationConstraints: vfLocations,