首次提交
This commit is contained in:
parent
9539bf8713
commit
19d728a597
|
|
@ -208,6 +208,7 @@ 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