尝试提交

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)
if (!formRef) return
try {
await formRef.validate()
isQueryLoading.value = true