#
zwl
2026-02-09 ad79ba405b2d1ac96423f88f4e8a76c584b9d38a
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/wcs";
var baseUrl = "/hcwcs";
// 赋值
function setVal(el, val) {
@@ -93,6 +93,13 @@
}
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
// http请求