From cfc8963084c10dbcbd68f78f8c1b2639c36154a6 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Thu, 30 Oct 2025 18:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/union/unionList/form.vue | 5 +++-- src/views/union/unionList/hook.tsx | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/union/unionList/form.vue b/src/views/union/unionList/form.vue index 7bac7d9..af85c71 100644 --- a/src/views/union/unionList/form.vue +++ b/src/views/union/unionList/form.vue @@ -17,7 +17,8 @@ const newFormInline = ref( user_id: "", guild_name: "", guild_desc: "", - guild_logo: "" + guild_logo: "", + isEdit: false } ); function getRef() { @@ -32,7 +33,7 @@ defineExpose({ getRef });