Browse Source

fix: 修改模型演化入参

pull/66/head
cp3hnu 1 year ago
parent
commit
3a0109448c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/src/pages/Model/components/ModelEvolution/index.tsx

+ 1
- 1
react-ui/src/pages/Model/components/ModelEvolution/index.tsx View File

@@ -212,7 +212,7 @@ function ModelEvolution({
// 获取模型依赖 // 获取模型依赖
const getModelAtlas = async () => { const getModelAtlas = async () => {
const params = { const params = {
model_id: resourceId,
current_model_id: resourceId,
version, version,
}; };
const [res] = await to(getModelAtlasReq(params)); const [res] = await to(getModelAtlasReq(params));


Loading…
Cancel
Save