首次提交
This commit is contained in:
parent
9539bf8713
commit
19d728a597
|
|
@ -208,6 +208,7 @@ const handleQuerySubmit = async () => {
|
|||
const formRef = unref(queryFormRef)
|
||||
if (!formRef) return
|
||||
|
||||
|
||||
try {
|
||||
await formRef.validate()
|
||||
isQueryLoading.value = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue