From 021885b4445592244d3a9b379fc599fa57ed0307 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 25 Dec 2025 00:52:20 +0800 Subject: [PATCH] =?UTF-8?q?review=EF=BC=9A=E3=80=90bpm=E3=80=91=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=EF=BC=9A=E8=AF=84?= =?UTF-8?q?=E5=AE=A1=E4=B8=8B=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=89=A9=E4=BD=99=E5=B7=A5=E4=BD=9C=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processInstance/detail/audit/index.vue | 1 + .../processInstance/detail/index.vue | 35 ++++++++++--------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/pages-bpm/processInstance/detail/audit/index.vue b/src/pages-bpm/processInstance/detail/audit/index.vue index 49af75e..ebc3e47 100644 --- a/src/pages-bpm/processInstance/detail/audit/index.vue +++ b/src/pages-bpm/processInstance/detail/audit/index.vue @@ -92,6 +92,7 @@ function validateForm() { /** 提交审批 */ async function handleSubmit() { + // TODO @jason:看看是不是要用原生的校验 if (submitting.value) return if (!validateForm()) diff --git a/src/pages-bpm/processInstance/detail/index.vue b/src/pages-bpm/processInstance/detail/index.vue index 2e183f5..5474c8d 100644 --- a/src/pages-bpm/processInstance/detail/index.vue +++ b/src/pages-bpm/processInstance/detail/index.vue @@ -1,5 +1,4 @@ @@ -104,7 +109,6 @@