|
|
@@ -402,11 +402,14 @@ export default {
|
|
|
})
|
|
|
|
|
|
}else{
|
|
|
+ this.formData.id=null;
|
|
|
this.formData.planName= null;
|
|
|
this.formData.planType= null;
|
|
|
this.formData.planCycle= null;
|
|
|
this.formData.planStatus= null;
|
|
|
this.formData.execOrgType= null;
|
|
|
+ this.formData.checkOrgType= null;
|
|
|
+ this.formData.checkType= null;
|
|
|
this.formData.roleNames= null;
|
|
|
this.formData.count= null;
|
|
|
this.formData.description= null;
|