...
|
...
|
@@ -157,7 +157,9 @@ export default { |
|
|
busId:proxy.bizId,
|
|
|
targetId:proxy.targetId
|
|
|
}
|
|
|
|
|
|
if (params.targetId==''){
|
|
|
proxy.$global.showMsg('请选择资源','warning');
|
|
|
}else {
|
|
|
proxy.$http.post('/api-web/fault/conf/apm/saveOrUpdate',params,function (res){
|
|
|
if(res && res.success){
|
|
|
proxy.$global.showMsg('添加成功','success');
|
...
|
...
|
@@ -170,7 +172,7 @@ export default { |
|
|
}
|
|
|
|
|
|
})
|
|
|
}
|
|
|
}}
|
|
|
//表格全选事件
|
|
|
let selectionChange=(val)=>{
|
|
|
let selectData=val;
|
...
|
...
|
|