Commit f6468e93 by zhaochengxiang

bug fix

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