Browse Source

fix: 导出到数据集添加owner参数

pull/263/head
zhaowei 9 months ago
parent
commit
cd4071149b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx

+ 3
- 0
react-ui/src/pages/Experiment/components/ExportModelModal/index.tsx View File

@@ -121,6 +121,7 @@ function ExportModelModal({
const params = {
...formData,
identifier: resource?.identifier,
owner: resource?.owner,
name: resource?.name,
[config.sourceParamKey]: DataSource.HandExport,
train_task: {
@@ -174,6 +175,8 @@ function ExportModelModal({
onChange={handleResourceChange}
options={resources}
fieldNames={{ label: 'name', value: 'id' }}
optionFilterProp="name"
showSearch
allowClear
></Select>
</Form.Item>


Loading…
Cancel
Save