...
|
...
|
@@ -21,18 +21,7 @@ export default { |
|
|
sortable: true,
|
|
|
align: 'center',
|
|
|
},
|
|
|
/* {
|
|
|
prop: 'ip',
|
|
|
label: 'ip地址',
|
|
|
sortable: true,
|
|
|
align: 'center',
|
|
|
},*/
|
|
|
{
|
|
|
prop: 'kpiName',
|
|
|
label: '指标名称',
|
|
|
sortable: true,
|
|
|
align: 'center',
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: 'flag',
|
|
|
label: '指标标识',
|
...
|
...
|
@@ -238,6 +227,8 @@ export default { |
|
|
// proxy.APMVisible=false;
|
|
|
}
|
|
|
|
|
|
}else{
|
|
|
proxy.$global.showMsg(res.msg,'warning');
|
|
|
}
|
|
|
}
|
|
|
)
|
...
|
...
|
@@ -260,7 +251,7 @@ export default { |
|
|
if(props.apmMonitorList){
|
|
|
props.apmMonitorList.map((item,index)=>{
|
|
|
proxy.tableDataList.map(v=>{
|
|
|
if(item.id==v.id){
|
|
|
if(item.resId==v.resId && item.flag==item.flag){
|
|
|
proxy.apmMonitorListChecked.push(v)
|
|
|
|
|
|
}
|
...
|
...
|
@@ -325,7 +316,8 @@ export default { |
|
|
let params={
|
|
|
keyWords:this.keyWords,
|
|
|
busId:this.bizId,
|
|
|
kpiId:this.kpiTypeArr,
|
|
|
// kpiId:this.kpiTypeArr,
|
|
|
resId:this.resTypeArr,
|
|
|
page:this.page,
|
|
|
pageSize:this.pageSize,
|
|
|
|
...
|
...
|
|