From 19d728a5976abcc30cbfc39971391d23c56282ad Mon Sep 17 00:00:00 2001 From: LiuQAQQWQ <1109326957@qq.com> Date: Tue, 3 Feb 2026 15:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stu/src/components/query.vue | 1 + 1 file changed, 1 insertion(+) 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