导出查询结果增加dataId条件
This commit is contained in:
parent
3d65579094
commit
551f64ba84
@ -673,9 +673,10 @@ class ConfigurationManagement extends React.Component {
|
||||
}
|
||||
|
||||
exportData() {
|
||||
let url = `v1/cs/configs?export=true&group=${this.group}&tenant=${getParams(
|
||||
'namespace'
|
||||
)}&appName=${this.appName}&ids=`;
|
||||
let url =
|
||||
`v1/cs/configs?export=true&group=${this.group}&tenant=${getParams('namespace')}&appName=${
|
||||
this.appName
|
||||
}&ids=&dataId=` + this.dataId;
|
||||
window.location.href = url;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user