Commit f6728d87 by zhaochengxiang

岗位限制关联已发布服务

parent 317e4168
......@@ -227,6 +227,7 @@ const FC = (props) => {
term: args.keyword,
namespace: app?.env?.domainId??'',
isExcludeOtherOwner: false,
stateId: '4_0'
},
callback: (data) => {
setLoading(false)
......@@ -243,6 +244,7 @@ const FC = (props) => {
pdsDataServiceCatalogId: node?node?.id:rootNode?.id,
namespace: app?.env?.domainId??'',
isExcludeOtherOwner: false,
stateId: '4_0',
},
callback: (data) => {
setLoading(false)
......
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