修复配制页面切换namespace失效,一直拿public数据的问题
This commit is contained in:
parent
22e22124bc
commit
e299eee7a2
@ -256,6 +256,7 @@ class ConfigurationManagement extends React.Component {
|
|||||||
config_tags: this.state.config_tags.join(','),
|
config_tags: this.state.config_tags.join(','),
|
||||||
pageNo,
|
pageNo,
|
||||||
pageSize: this.state.pageSize,
|
pageSize: this.state.pageSize,
|
||||||
|
tenant: this.tenant,
|
||||||
};
|
};
|
||||||
if (this.dataId.indexOf('*') !== -1 || this.group.indexOf('*') !== -1) {
|
if (this.dataId.indexOf('*') !== -1 || this.group.indexOf('*') !== -1) {
|
||||||
params.search = 'blur';
|
params.search = 'blur';
|
||||||
|
Loading…
Reference in New Issue
Block a user