【修改】修改bug

This commit is contained in:
zhoulingpo
2023-04-28 11:57:28 +08:00
parent 4aec2f6de7
commit b4fed8f981
@@ -223,6 +223,7 @@ export default {
this.assignForm =JSON.parse(this.processOld.submitJson) this.assignForm =JSON.parse(this.processOld.submitJson)
} }
this.$nextTick(()=>{ this.$nextTick(()=>{
this.$refs.processFormRef.clearValidate()
this.$refs.applicationFormRef.clearValidate() this.$refs.applicationFormRef.clearValidate()
this.$refs.assignFormRef.clearValidate() this.$refs.assignFormRef.clearValidate()
}) })