Commit f6468e93 by zhaochengxiang

bug fix

parent 1daa4fd2
...@@ -179,7 +179,7 @@ const FC = (props) => { ...@@ -179,7 +179,7 @@ const FC = (props) => {
<Drawer <Drawer
forceRender forceRender
visible={ visible } visible={ visible }
title='资产目录草稿导入' title='资产目录草稿批量修改'
width={900} width={900}
placement="right" placement="right"
closable={ true } closable={ true }
......
...@@ -436,7 +436,7 @@ class Model extends React.Component { ...@@ -436,7 +436,7 @@ class Model extends React.Component {
params: { params: {
pdsDataServiceCatalogId: catalogId, pdsDataServiceCatalogId: catalogId,
namespace: this.props.app?.env?.domainId, namespace: this.props.app?.env?.domainId,
isExcludeOtherOwner: this.props.isOnlyEnding isExcludeOtherOwner: !this.props.isOnlyEnding
} }
}, },
callback: (res) => { callback: (res) => {
......
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