Fix there is no version data before change vimType 89/33289/1
authorLiZi <li.zi30@zte.com.cn>
Wed, 28 Feb 2018 01:09:02 +0000 (20:09 -0500)
committerLiZi <li.zi30@zte.com.cn>
Wed, 28 Feb 2018 01:09:11 +0000 (20:09 -0500)
Change-Id: I1b939700ff7036004a0cb4244c221a265f661971
Issue-ID: AAI-812
Signed-off-by: LiZi <li.zi30@zte.com.cn>
portal/src/main/webapp/extsys/vim/js/vimController.js

index 33f66e6..4d85c21 100644 (file)
@@ -305,6 +305,7 @@ var vm = avalon
                     resUtil.tooltipVimStatus();
                 }
             });
+            vm.getVimVerions(vm.vimTypeObj[0]["vim_type"]);
         },
         getVimVerions: function(vim_type){
             for (var i=0;i<vm.vimTypeObj.length;i++) {