From 123d8469105a6f4fe44493560e390d30fa7c82c1 Mon Sep 17 00:00:00 2001 From: 10295 <1029559041@qq.com> Date: Tue, 19 Jun 2018 20:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=B9=95=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/webapp/WEB-INF/jsp/data/otherData.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/webapp/WEB-INF/jsp/data/otherData.jsp b/web/src/main/webapp/WEB-INF/jsp/data/otherData.jsp index c467386..a675017 100644 --- a/web/src/main/webapp/WEB-INF/jsp/data/otherData.jsp +++ b/web/src/main/webapp/WEB-INF/jsp/data/otherData.jsp @@ -15,7 +15,7 @@ function get(cid, i) { $("td[cid=" + cid + "]").find("span").text("获取中"); $.get("/data/count/" + cid, function (result) { - if (result!='') { + if (result!=''||result==0) { if(result > 0){ $("#cid_" + cid).removeAttr("disabled"); }