From e299eee7a29909046db8dba620ac69d967b5b8f1 Mon Sep 17 00:00:00 2001 From: qq213539 <213539@qq.com> Date: Mon, 23 Mar 2020 13:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E5=88=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=87=E6=8D=A2namespace=E5=A4=B1=E6=95=88,?= =?UTF-8?q?=E4=B8=80=E7=9B=B4=E6=8B=BFpublic=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConfigurationManagement/ConfigurationManagement.js | 1 + 1 file changed, 1 insertion(+) 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 d311f2254..4173283ca 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 @@ -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';