hdw
2018-11-28 71d6f622bf04a8744ba510a0a64b604ef0ce8e8a
饼状图至少选择一个
1个文件已修改
5 ■■■■■ 已修改文件
gx_tieta/WebRoot/index.jsp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
            }
            
        });