From 2bc8a295b7e08c2f34bccc79edf0a44ca8ff6a47 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 12 Feb 2025 17:36:40 +0800 Subject: [PATCH] 1 --- src/views/flow/create.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/flow/create.vue b/src/views/flow/create.vue index 6c63b63..643146d 100644 --- a/src/views/flow/create.vue +++ b/src/views/flow/create.vue @@ -736,6 +736,8 @@ export default { }) } } + } else if (form[key].length > 0) { + } else { form[key] = '' }