|
@@ -336,11 +336,14 @@ export default { |
|
@@ -336,11 +336,14 @@ export default { |
336
|
if(!this.isSaveModel()){
|
336
|
if(!this.isSaveModel()){
|
337
|
return;
|
337
|
return;
|
338
|
}
|
338
|
}
|
|
|
339
|
+ if(this.configData){
|
339
|
this.configData.map(item=>{
|
340
|
this.configData.map(item=>{
|
340
|
if(item.type=='apm'){
|
341
|
if(item.type=='apm'){
|
341
|
this.modleId=item.id;
|
342
|
this.modleId=item.id;
|
342
|
}
|
343
|
}
|
343
|
})
|
344
|
})
|
|
|
345
|
+ }
|
|
|
346
|
+
|
344
|
this.hiddenAll();
|
347
|
this.hiddenAll();
|
345
|
this.apmMonitorHide = true;
|
348
|
this.apmMonitorHide = true;
|
346
|
this.isActiveIndex=index;
|
349
|
this.isActiveIndex=index;
|
|
@@ -354,11 +357,14 @@ export default { |
|
@@ -354,11 +357,14 @@ export default { |
354
|
if(!this.isSaveModel()){
|
357
|
if(!this.isSaveModel()){
|
355
|
return;
|
358
|
return;
|
356
|
}
|
359
|
}
|
|
|
360
|
+ if(this.configData){
|
357
|
this.configData.map(item=>{
|
361
|
this.configData.map(item=>{
|
358
|
if(item.type=='log'){
|
362
|
if(item.type=='log'){
|
359
|
this.modleId=item.id;
|
363
|
this.modleId=item.id;
|
360
|
}
|
364
|
}
|
361
|
})
|
365
|
})
|
|
|
366
|
+ }
|
|
|
367
|
+
|
362
|
this.$global.showMsg('敬请期待...','warning');
|
368
|
this.$global.showMsg('敬请期待...','warning');
|
363
|
return;
|
369
|
return;
|
364
|
this.hiddenAll();
|
370
|
this.hiddenAll();
|
|
@@ -442,11 +448,14 @@ export default { |
|
@@ -442,11 +448,14 @@ export default { |
442
|
break;
|
448
|
break;
|
443
|
case "npm":
|
449
|
case "npm":
|
444
|
//应用检测
|
450
|
//应用检测
|
|
|
451
|
+ if(this.configData){
|
445
|
this.configData.map((item,index)=>{
|
452
|
this.configData.map((item,index)=>{
|
446
|
if(item.type==typeVal){
|
453
|
if(item.type==typeVal){
|
447
|
item.state='1';
|
454
|
item.state='1';
|
448
|
}
|
455
|
}
|
449
|
})
|
456
|
})
|
|
|
457
|
+ }
|
|
|
458
|
+
|
450
|
this.applicationMonitorVisible=true;
|
459
|
this.applicationMonitorVisible=true;
|
451
|
break;
|
460
|
break;
|
452
|
case "base":
|
461
|
case "base":
|