From 00ecf0128c5bd2a992e93fc272f942ce65cfceb6 Mon Sep 17 00:00:00 2001 From: XiuHe <1109326957@qq.com> Date: Tue, 3 Feb 2026 15:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=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 deletion(-) diff --git a/stu/src/components/query.vue b/stu/src/components/query.vue index 351df1aa..4e9e21b0 100644 --- a/stu/src/components/query.vue +++ b/stu/src/components/query.vue @@ -208,7 +208,6 @@ const handleQuerySubmit = async () => { const formRef = unref(queryFormRef) if (!formRef) return - try { await formRef.validate() isQueryLoading.value = true