提交 c66f28c2 编写于 作者: D DebugIsFalse

Update Create.vue

上级 9a2a4af6
...@@ -64,11 +64,11 @@ const handleSearch = async () => { ...@@ -64,11 +64,11 @@ const handleSearch = async () => {
title: query.value title: query.value
} }
}) })
loading.value = false
if (error.value) return if (error.value) return
navigateTo(`/search/${data.value.data.c_id}`) navigateTo(`/search/${data.value.data.c_id}`)
emits('search') emits('search')
nextTick(() => { nextTick(() => {
loading.value = false
$getSearchHistory() $getSearchHistory()
}) })
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册