Unverified Commit 9ab3f044 authored by 老广's avatar 老广 Committed by GitHub

Merge pull request #2298 from jumpserver/dev_bugfix

[Bugfix] 修复-用户页面资产详情显示bug
parents d0af8eba d6567f0e
......@@ -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" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment