diff --git a/stu/src/components/query.vue b/stu/src/components/query.vue index 4e9e21b..351df1a 100644 --- a/stu/src/components/query.vue +++ b/stu/src/components/query.vue @@ -208,6 +208,7 @@ const handleQuerySubmit = async () => { const formRef = unref(queryFormRef) if (!formRef) return + try { await formRef.validate() isQueryLoading.value = true