From 1a0c0fc8b02415e919e17c0b6ffbf99d08dec8f5 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 07 四月 2023 17:40:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js b/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js index 808eb76..0375706 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tSystemConfig/tSystemConfig.js +++ b/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(); +}; + /** * 查询列表 */ -- Gitblit v1.7.1