Fix servicetype wrong. 37/20337/1
authorLuji7 <lu.ji3@zte.com.cn>
Tue, 24 Oct 2017 11:41:34 +0000 (19:41 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Tue, 24 Oct 2017 11:41:39 +0000 (19:41 +0800)
Change-Id: Ibea542749b5ab8e785bd4dee64d686af326fe96a
Issue-id: USECASEUI-53
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js

index 3bfb72e..f443f34 100644 (file)
@@ -73,7 +73,7 @@ app.controller('lcmCtrl', ['$scope', '$uibModal', '$log', '$http', '$timeout', '
           return;
         }
         ctrl.canCreateService = "false";
-        ServiceTemplateService.getServiceInstances(ctrl.customer.id, ctrl.serviceType.type, function (instances) {
+        ServiceTemplateService.getServiceInstances(ctrl.customer.id, ctrl.serviceType.value, function (instances) {
           ctrl.serviceInstances = instances;
         });
       };