|
@@ -311,7 +311,11 @@
|
|
|
});
|
|
|
return
|
|
|
} else if (type == 'securityCheck') {
|
|
|
- this.securityAppCheckPlanScanCode(this.newData.subId,);
|
|
|
+ if(status){
|
|
|
+ this.securityAppCheckPlanScanCode(this.newData.subId,);
|
|
|
+ }else{
|
|
|
+ this.$set(this,'securityCheck',false);
|
|
|
+ }
|
|
|
} else if (type == 'snapshot') {
|
|
|
console.log(111)
|
|
|
console.log(this.newData)
|