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 {