From b4fed8f981e45a386197b99e732743b81a09c929 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 28 Apr 2023 11:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/launch.vue | 1 + 1 file changed, 1 insertion(+) 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() })