xuhy
2023-04-03 bec9ef7332b0c0d1afc9b28918748efc63a60bcc
management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js
@@ -296,6 +296,18 @@
    $(o).parent("div").parent("div").remove()
};
TSystemConfig.openOrClose = function () {
    console.log(111111111111)
    var ajax = new $ax(Feng.ctxPath + "/tSystemConfig/openOrClose", function (data) {
        Feng.success("修改成功!");
        TSystemConfig.table.refresh();
    }, function (data) {
        Feng.error("修改失败!" + data.responseJSON.message + "!");
    });
    ajax.set("num1",$("#zcOne").val());
    ajax.start();
};
/**
 * 查询列表
 */