From c66f28c21b93050c9cd4009d25ab387fca5a22f7 Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Wed, 29 May 2024 10:49:51 +0800 Subject: [PATCH] Update Create.vue --- components/i/Create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i/Create.vue b/components/i/Create.vue index 7d7f61f..c54bc68 100644 --- a/components/i/Create.vue +++ b/components/i/Create.vue @@ -64,11 +64,11 @@ const handleSearch = async () => { title: query.value } }) + loading.value = false if (error.value) return navigateTo(`/search/${data.value.data.c_id}`) emits('search') nextTick(() => { - loading.value = false $getSearchHistory() }) } -- GitLab