修复配制页面切换namespace失效,一直拿public数据的问题

This commit is contained in:
qq213539 2020-03-23 13:52:19 +08:00
parent 22e22124bc
commit e299eee7a2

View File

@ -256,6 +256,7 @@ class ConfigurationManagement extends React.Component {
config_tags: this.state.config_tags.join(','),
pageNo,
pageSize: this.state.pageSize,
tenant: this.tenant,
};
if (this.dataId.indexOf('*') !== -1 || this.group.indexOf('*') !== -1) {
params.search = 'blur';