From 232cdfec1d1afee6c116a60e12349543c2a3bf89 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 16 Apr 2024 12:59:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83=E7=AE=A1=E7=90=86=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E6=95=B0=E6=8D=AE=E6=BA=90=E8=8E=B7=E5=8F=96=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../environmental/components/envParams/preAndPost.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/project-management/environmental/components/envParams/preAndPost.vue b/frontend/src/views/project-management/environmental/components/envParams/preAndPost.vue index e4aeca0a58..91b1dff449 100644 --- a/frontend/src/views/project-management/environmental/components/envParams/preAndPost.vue +++ b/frontend/src/views/project-management/environmental/components/envParams/preAndPost.vue @@ -103,7 +103,7 @@ provide('currentEnvConfig', readonly(currentEnvConfig)); onBeforeMount(() => { - currentEnvConfig.value = store.currentEnvDetailInfo.config; + currentEnvConfig.value = store.currentEnvDetailInfo; });