From f79cc41f3c78f2ab77252ab7b0135729c976f9d4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 19 May 2025 12:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20FetchMediasAction=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E8=B0=83=E6=95=B4=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E9=80=89=E9=A1=B9=E6=A0=BC=E5=BC=8F=E4=B8=BA=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E5=80=BC=E5=92=8C=E6=A0=87=E9=A2=98=E7=9A=84=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workflow/FetchMediasAction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/workflow/FetchMediasAction.vue b/src/components/workflow/FetchMediasAction.vue index f6947ad3..eaf15b4b 100644 --- a/src/components/workflow/FetchMediasAction.vue +++ b/src/components/workflow/FetchMediasAction.vue @@ -100,7 +100,7 @@ const sourceTypeOptions = [ ] // 计算下拉框 -const sourceOptions = computed(() => innerList.map(item => item.name)) +const sourceOptions = computed(() => innerList.map(item => ({ value: item.api_path, title: item.name }))) onMounted(() => { loadExtraRecommendSources()