diff --git a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js index 73c1d4c50..fb3f245cc 100644 --- a/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js +++ b/console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js @@ -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; }