提交 47efa44f 编写于 作者: View Design's avatar View Design

Update Create.vue

上级 14ea7a4f
...@@ -51,6 +51,7 @@ const handleSearch = async () => { ...@@ -51,6 +51,7 @@ const handleSearch = async () => {
}) })
if (result && result.data) { if (result && result.data) {
navigateTo(`/search/${result.data.c_id}?query=${query.value}&repo=${selectedRepo.value}`) navigateTo(`/search/${result.data.c_id}?query=${query.value}&repo=${selectedRepo.value}`)
emits('search')
nextTick(() => { nextTick(() => {
loading.value = false loading.value = false
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册