From 3a0109448c21307a8f0985872c4b37288e2f83dd Mon Sep 17 00:00:00 2001 From: cp3hnu Date: Wed, 12 Jun 2024 14:40:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=BC=94=E5=8C=96=E5=85=A5=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/src/pages/Model/components/ModelEvolution/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-ui/src/pages/Model/components/ModelEvolution/index.tsx b/react-ui/src/pages/Model/components/ModelEvolution/index.tsx index c50b52f4..bd8286cf 100644 --- a/react-ui/src/pages/Model/components/ModelEvolution/index.tsx +++ b/react-ui/src/pages/Model/components/ModelEvolution/index.tsx @@ -212,7 +212,7 @@ function ModelEvolution({ // 获取模型依赖 const getModelAtlas = async () => { const params = { - model_id: resourceId, + current_model_id: resourceId, version, }; const [res] = await to(getModelAtlasReq(params));