From d6567f0e5745b6c0f79c2d932c3f284d6b37a703 Mon Sep 17 00:00:00 2001 From: BaiJiangJie Date: Thu, 3 Jan 2019 10:39:09 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E4=BF=AE=E5=A4=8D-=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E9=A1=B5=E9=9D=A2=E8=B5=84=E4=BA=A7=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/templates/assets/user_asset_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/templates/assets/user_asset_list.html b/apps/assets/templates/assets/user_asset_list.html index a88b9d839..0e39aa899 100644 --- a/apps/assets/templates/assets/user_asset_list.html +++ b/apps/assets/templates/assets/user_asset_list.html @@ -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 += "\n" +