修复点击修改WAF规则时未保存时也会生效的Bug

This commit is contained in:
刘祥超
2022-12-06 10:46:46 +08:00
parent e9a47041fd
commit 892ee0013a
5 changed files with 19 additions and 5 deletions

View File

@@ -57,7 +57,6 @@ Tea.context(function () {
// 添加分组
this.createGroup = function (type) {
teaweb.popup("/servers/components/waf/createGroupPopup?firewallPolicyId=" + this.firewallPolicyId + "&type=" + type, {
height: "16em",
callback: function () {
teaweb.success("保存成功", function () {
window.location.reload()