Commit 6d71805d by zhaochengxiang

服务搜索接口增加namespace

parent c08f00de
......@@ -181,6 +181,7 @@ class Model extends React.Component {
const params = {
term: keyword,
namespace: `${this.props.app?.env?.domainId}`,
isExcludeOtherOwner: !this.props.isOnlyEnding
};
......
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