尝试提交
This commit is contained in:
parent
056c0b3a14
commit
00ecf0128c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue