Authored by 王涛

#510 指标保存按钮请求接口优化

@@ -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){