Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

杭州-故障诊断-apm添加优化



See merge request !269
... ... @@ -137,7 +137,7 @@ export default {
targetId:proxy.targetId,
apmList:[row]
}
proxy.$http.post('/fault/conf/apm/batchAddApm',params,function (res){
proxy.$http.post('/api-web/fault/conf/apm/batchAddApm',params,function (res){
if(res && res.str){
proxy.$global.showMsg('添加成功','success');
proxy.targetId=res.str;
... ...