From 5447c3a4be407b4cea8e92839a1371b94d9d1657 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期二, 05 八月 2025 17:03:10 +0800 Subject: [PATCH] 模型训练-筛选搜索功能实现 --- src/api/scene.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/scene.ts b/src/api/scene.ts index 2fcc96b..fa61c1a 100644 --- a/src/api/scene.ts +++ b/src/api/scene.ts @@ -50,6 +50,7 @@ return request({ url: "/api-v1/v1/task/list", method: "get", + headers: { contentType: "application/json; charset=utf-8" }, params: query }); }; -- Gitblit v1.8.0