From b0ca84c8fd2b73ea979083ea52c01f8550e0107c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Wed, 15 Oct 2025 08:45:37 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/versionRegister/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/system/versionRegister/index.vue b/frontend/src/views/system/versionRegister/index.vue index 7823106..7d321e9 100644 --- a/frontend/src/views/system/versionRegister/index.vue +++ b/frontend/src/views/system/versionRegister/index.vue @@ -208,11 +208,11 @@ const openDialog = () => { dialogVisible.value = true } const beforeClose = (done: Function) => { - applicationFormRef.value.resetFields() + applicationFormRef.value?.resetFields() done() } const cancel = () => { - applicationFormRef.value.resetFields() + applicationFormRef.value?.resetFields() dialogVisible.value = false } const submitActivation = async () => {