Code Review
/
aai
/
esr-gui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fef4341
)
fix dialog populate version list error
82/79082/1
author
Lvbo163
<lv.bo163@zte.com.cn>
Mon, 25 Feb 2019 08:14:31 +0000
(16:14 +0800)
committer
Lvbo163
<lv.bo163@zte.com.cn>
Mon, 25 Feb 2019 08:16:37 +0000
(16:16 +0800)
Issue-ID: AAI-1949
Change-Id: I8a1422dc0b2291816e27108bb6e49a8bc6a07f98
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
portal/src/main/webapp/extsys/vim/js/vimController.js
patch
|
blob
|
history
diff --git
a/portal/src/main/webapp/extsys/vim/js/vimController.js
b/portal/src/main/webapp/extsys/vim/js/vimController.js
index
cbd836a
..
d4ea67d
100644
(file)
--- a/
portal/src/main/webapp/extsys/vim/js/vimController.js
+++ b/
portal/src/main/webapp/extsys/vim/js/vimController.js
@@
-293,6
+293,7
@@
var vm = avalon
"success": function (resp, statusText, jqXHR) {
if (jqXHR.status == "200") {
vm.vimTypeObj = resp;
+ vm.getVimVerions(vm.vimTypeObj[0]["vim_type"]);
}
else {
vm.vimTypeObj = [];
@@
-308,7
+309,6
@@
var vm = avalon
resUtil.tooltipVimStatus();
}
});
- vm.getVimVerions(vm.vimTypeObj[0]["vim_type"]);
},
getPhysicalLocationIds: function(){
$.ajax({