#
luxiaotao1123
2021-04-13 a87ecdd05a78e51c41c00d2f0e1c2e5b7877170d
src/main/webapp/static/js/common.js
@@ -56,6 +56,14 @@
    });
}
// 清除表单
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
// 权限
function limit(child){
    if (child == null){