Commit f6728d87 by zhaochengxiang

岗位限制关联已发布服务

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