diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 7fb36d2..c1d6bab 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -223,6 +223,7 @@ export default { this.assignForm =JSON.parse(this.processOld.submitJson) } this.$nextTick(()=>{ + this.$refs.processFormRef.clearValidate() this.$refs.applicationFormRef.clearValidate() this.$refs.assignFormRef.clearValidate() })