From 71d6f622bf04a8744ba510a0a64b604ef0ce8e8a Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期三, 28 十一月 2018 17:22:00 +0800 Subject: [PATCH] 饼状图至少选择一个 --- gx_tieta/WebRoot/index.jsp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp index 351d3e4..c31ca2f 100644 --- a/gx_tieta/WebRoot/index.jsp +++ b/gx_tieta/WebRoot/index.jsp @@ -3723,6 +3723,11 @@ type: 1 }); $(this).prop('checked', false); + }else if(num == 0) { + layerMsg = layer.msg("鑷冲皯閫夋嫨涓�涓紒", { + type: 1 + }); + $(this).prop('checked', true); } }); -- Gitblit v1.9.1