From 44815d7fd86e264830c077443dc2e41848eebef4 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Sat, 9 May 2026 11:06:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8A=9E=E7=90=86=E6=97=B6=E9=99=90?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/data/complaintformdialog.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/data/complaintformdialog.vue b/src/components/data/complaintformdialog.vue index 4b13a7e..9b8e972 100644 --- a/src/components/data/complaintformdialog.vue +++ b/src/components/data/complaintformdialog.vue @@ -302,7 +302,7 @@

办理时限

- +
@@ -515,6 +515,7 @@ const emit = defineEmits(["update:modelValue", "updateSuccess"]); const formRef = ref(); const submitLoading = ref(false); +const timeLimitKey = ref(0); const visibleProxy = computed({ get: () => props.modelValue, @@ -526,6 +527,7 @@ watch( async (v) => { if (v) { // 重置表单 + timeLimitKey.value++ formData.value = createEmptyForm(); duplicateDrawerVisible.value = false