Showing
1 changed file
with
1 additions
and
1 deletions
@@ -126,7 +126,7 @@ const excludeKpi = (proxy,subId,callback) => { | @@ -126,7 +126,7 @@ const excludeKpi = (proxy,subId,callback) => { | ||
126 | }) | 126 | }) |
127 | if(params.length > 0){ | 127 | if(params.length > 0){ |
128 | // 保存策略过滤配置 | 128 | // 保存策略过滤配置 |
129 | - proxy.$http.post(`/api-web/alarmsubscribe/exclude/saveConfig`, params, function (res) { | 129 | + proxy.$http.post(`/api-web/alarmsubscribe/exclude/saveKpiConfig`, params, function (res) { |
130 | if (res && res.success) { | 130 | if (res && res.success) { |
131 | proxy.$global.showMsg("保存成功", "success"); | 131 | proxy.$global.showMsg("保存成功", "success"); |
132 | if(callback){ | 132 | if(callback){ |
-
Please register or login to post a comment