#
luxiaotao1123
2021-05-27 87b9fcdce2b5459b54498d9b21c66031d06c5e5e
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){