Commit 8e5fcd93 by zhaochengxiang

导入导出问题

parent 63b456a6
...@@ -841,7 +841,8 @@ const AssetAction = (props) => { ...@@ -841,7 +841,8 @@ const AssetAction = (props) => {
params: { params: {
catalog: app?.env?.domainId, catalog: app?.env?.domainId,
isManager: true, isManager: true,
metadataIds: metadata?.columnItems.map(item => item.metadataColumnId).join(',') metadataIds: metadata?.columnItems.map(item => item.metadataColumnId).join(','),
isDrilling: false,
} }
}, },
callback: (res) => { callback: (res) => {
...@@ -1018,7 +1019,7 @@ const AssetAction = (props) => { ...@@ -1018,7 +1019,7 @@ const AssetAction = (props) => {
fileList: [files[0]], fileList: [files[0]],
params: { params: {
catalog: app?.env?.domainId, catalog: app?.env?.domainId,
ignoreTechnical: true ignoreTechnical: false
} }
}, },
callback: (data) => { 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