#
Junjie
2026-01-14 b77d09f258ef7d5458f61ff1a90d1a686cb2f181
src/main/webapp/static/js/common.js
@@ -93,6 +93,13 @@
}
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
// http请求