Commit 8e5fcd93 by zhaochengxiang

导入导出问题

parent 63b456a6
......@@ -841,7 +841,8 @@ const AssetAction = (props) => {
params: {
catalog: app?.env?.domainId,
isManager: true,
metadataIds: metadata?.columnItems.map(item => item.metadataColumnId).join(',')
metadataIds: metadata?.columnItems.map(item => item.metadataColumnId).join(','),
isDrilling: false,
}
},
callback: (res) => {
......@@ -1018,7 +1019,7 @@ const AssetAction = (props) => {
fileList: [files[0]],
params: {
catalog: app?.env?.domainId,
ignoreTechnical: true
ignoreTechnical: false
}
},
callback: (data) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment