...
|
...
|
@@ -112,6 +112,8 @@ export default { |
|
|
setup(props){
|
|
|
const {proxy} = Vue.getCurrentInstance();
|
|
|
let applicationMonitorVisible=Vue.ref(false);
|
|
|
let dialtestMonitorVisible=Vue.ref(false);
|
|
|
|
|
|
let baseVisible=Vue.ref(false);
|
|
|
//btn加载中
|
|
|
let isLoading=Vue.ref(false);
|
...
|
...
|
@@ -211,6 +213,7 @@ export default { |
|
|
baseCount,
|
|
|
setDetail,
|
|
|
applicationMonitorVisible,
|
|
|
dialtestMonitorVisible,
|
|
|
baseVisible,
|
|
|
modleId,
|
|
|
ruleId,
|
...
|
...
|
@@ -360,7 +363,7 @@ export default { |
|
|
this.setDetailConfig(this.type)
|
|
|
this.getApmListInfo();
|
|
|
},
|
|
|
//拨测分析
|
|
|
//打开拨测分析
|
|
|
dialtestMonitorFunc(index){
|
|
|
if(!this.isSaveModel()){
|
|
|
return;
|
...
|
...
|
@@ -526,7 +529,6 @@ export default { |
|
|
}
|
|
|
})
|
|
|
}
|
|
|
|
|
|
this.dialtestMonitorVisible=true;
|
|
|
break;
|
|
|
case "log":
|
...
|
...
|
@@ -756,7 +758,7 @@ export default { |
|
|
},
|
|
|
//关闭拨测分析弹框
|
|
|
getDialtestMoniList(itemData){
|
|
|
this.applicationMonitorVisible=false;
|
|
|
this.dialtestMonitorVisible=false;
|
|
|
if(itemData.faultConfId){
|
|
|
this.faultConfId=itemData.faultConfId;
|
|
|
}
|
...
|
...
|
|