#
luxiaotao1123
2021-04-13 aedfc60ea1414f88bc0d2e8a0ed503e8950c8af0
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){