...
|
...
|
@@ -126,7 +126,7 @@ const excludeKpi = (proxy,subId,callback) => { |
|
|
})
|
|
|
if(params.length > 0){
|
|
|
// 保存策略过滤配置
|
|
|
proxy.$http.post(`/api-web/alarmsubscribe/exclude/saveConfig`, params, function (res) {
|
|
|
proxy.$http.post(`/api-web/alarmsubscribe/exclude/saveKpiConfig`, params, function (res) {
|
|
|
if (res && res.success) {
|
|
|
proxy.$global.showMsg("保存成功", "success");
|
|
|
if(callback){
|
...
|
...
|
|