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"); }