|
@@ -1235,7 +1235,7 @@ export default {
|
|
|
this.editParam.verify = val.verify;
|
|
|
this.editParam.testSource = val.testSource;
|
|
|
this.editParam.targetRequire = val.targetRequire;
|
|
|
- this.editParam.testCertification = val.testCertification || undefined;
|
|
|
+ this.editParam.testCertification = val.testCertification;
|
|
|
this.editParam.planEndTime = val.planEndTime;
|
|
|
this.editParam.planStartTime = val.planStartTime;
|
|
|
this.editParam.count = val.count || undefined;
|