Merge pull request #2298 from jumpserver/dev_bugfix

[Bugfix] 修复-用户页面资产详情显示bug
pull/2300/head
老广 2019-01-03 10:41:48 +08:00 committed by GitHub
commit 9ab3f0441f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ $(document).ready(function () {
'comment': "{% trans 'Comment' %}"
{#'date_joined': "{% trans 'Date joined' %}",#}
};
$.each(data, function(index, value){
$.each(data.results, function(index, value){
if(value.id === asset_id){
for(var i in desc){
trs += "<tr class='no-borders-tr'>\n" +