From 59a69dd9f0a4c7c572643f47d489f6718995f9fa Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Tue, 15 Jul 2025 22:49:55 +0800 Subject: [PATCH] =?UTF-8?q?optimize(projects):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/custom/workflow/flow-preview.vue | 2 +- src/components/custom/workflow/leave-edit/index.vue | 2 +- src/views/workflow/process-instance/index.vue | 7 +++---- src/views/workflow/task/my-document/index.vue | 9 ++++----- src/views/workflow/task/task-copy/index.vue | 8 ++++---- src/views/workflow/task/task-finish/index.vue | 7 +++---- src/views/workflow/task/task-waiting/index.vue | 7 +++---- 7 files changed, 19 insertions(+), 23 deletions(-) diff --git a/src/components/custom/workflow/flow-preview.vue b/src/components/custom/workflow/flow-preview.vue index 6588388e..16c724ee 100644 --- a/src/components/custom/workflow/flow-preview.vue +++ b/src/components/custom/workflow/flow-preview.vue @@ -25,6 +25,6 @@ const iframeUrl = `${baseURL}/warm-flow-ui/index.html?${stringify(urlParams)}`;