From 2acbe2b2282a7462beb27cafa1da737ed5512925 Mon Sep 17 00:00:00 2001 From: hhyykk <hhyykk@outlook.com> Date: Wed, 9 Oct 2024 14:40:46 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E6=A0=87=E8=AE=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/processInstance/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue index 96ac4889..bd1f1d48 100644 --- a/src/views/bpm/processInstance/detail/index.vue +++ b/src/views/bpm/processInstance/detail/index.vue @@ -251,7 +251,7 @@ const handleAudit = async (task, pass) => { let valid = await elForm.validate() if (!valid) return // 校验申请表单 - if (!fApi.value) return + if (!fApi.value) return //fixme 有bug 永远为true valid = await fApi.value.validate() if (!valid) return