From 0d6ff08ea3f677a3aff6332985f34cc2f48597c9 Mon Sep 17 00:00:00 2001 From: dyy <18335927079@163.com> Date: Mon, 29 Mar 2021 17:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E2=80=98=E6=88=91=E7=9A=84=E6=A1=8C=E9=9D=A2=E2=80=99?= =?UTF-8?q?=EF=BC=8C=E6=A0=87=E9=A2=98=E5=90=8E=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4=EF=BC=8C=E5=8F=AA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Views/Home/AdminDesktop/Index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.js index 150e46747..de0d5cff0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.js @@ -79,12 +79,12 @@ top.learun.httpAsync("GET", top.$.rootUrl + "/LR_Desktop/DTList/GetSqlData", { Id: k.F_Id }, - function(m) { + function (m) { if(m) { var l = g.find('[data-value="' + m.Id + '"]'); $.each(m.value, function(p, q) { - var o = '
' + q.f_title + "
"; + var o = '
' + q.f_title + "
"; var n = $(o); n.find("a")[0].item = q; l.append(n)