#
luxiaotao1123
2021-04-28 b5b2ffdb9531722aba3e99e23df75c7b4175b6a1
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){