From 12e8bdbeda89f72dc6dc08ec0fbf5c40d72fb6f4 Mon Sep 17 00:00:00 2001 From: duandongmei Date: Wed, 12 Sep 2018 20:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AF=B9=E5=BA=94=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=80=BB=E9=87=8F=E4=B8=BA0=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=8A=A0=E6=97=A5=E5=BF=97=E6=9F=A5=E8=AF=A2=E5=BC=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 5d22efa62..b339d1609 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -1365,11 +1365,11 @@ var GetLogTotal=function(_data){ for(var i=0;i"+data[i].sum+""); - /*}else{ + }else{ $(this).html(data[i].sum); - }*/ + } hasLog=true; } }