From 33a88be6d3249fbf003927609db922e3d4ef21ca Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 2 Jul 2025 18:46:56 +0800 Subject: [PATCH] refactor: conditionally render create folder option based on apiType MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1057896 --user=刘瑞斌 【共享资源】工具-创建文件夹导致页面刷新显示暂无数据 https://www.tapd.cn/62980211/s/1722199 --- ui/src/views/tool/component/ToolListContainer.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/tool/component/ToolListContainer.vue b/ui/src/views/tool/component/ToolListContainer.vue index f95d88b88..beccde7e8 100644 --- a/ui/src/views/tool/component/ToolListContainer.vue +++ b/ui/src/views/tool/component/ToolListContainer.vue @@ -87,7 +87,7 @@ - +
@@ -636,6 +636,7 @@ onMounted(() => { .then((res: any) => { user_options.value = res.data }) + console.log(apiType.value) })