尝试提交

This commit is contained in:
XiuHe 2026-02-03 15:45:41 +08:00
parent 056c0b3a14
commit 00ecf0128c
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ const handleQuerySubmit = async () => {
const formRef = unref(queryFormRef) const formRef = unref(queryFormRef)
if (!formRef) return if (!formRef) return
try { try {
await formRef.validate() await formRef.validate()
isQueryLoading.value = true isQueryLoading.value = true