From f9b2a9bfe46b11e7ee197eaf7b22e979064cdfce Mon Sep 17 00:00:00 2001 From: zhoulexin <544279058@qq.com> Date: Tue, 21 Jul 2026 10:28:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=B0=83=E6=95=B4=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=94=AF=E4=BB=98=E9=A1=B5=E9=9D=A2=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/client/FormPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/client/FormPage.vue b/src/views/client/FormPage.vue index cac4afb..bcf17c4 100644 --- a/src/views/client/FormPage.vue +++ b/src/views/client/FormPage.vue @@ -418,7 +418,7 @@ const submitForm = async () => { periodId: formData.periodId } }) - }, 1500) + }, 1000) } catch (e) { console.error('提交失败', e) } finally {