From abca0db2da2905be3b2252590f062e00308311ef Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 16 Apr 2025 16:32:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE-=E7=8E=AF=E5=A2=83=E5=B1=82=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E9=80=82=E9=85=8D=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=BE=E4=B8=BA=E7=A9=BA=E6=A0=87=E5=BF=97?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1399994194558976]应用配置-环境层配置文件适配变量增加设为空标志位 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1399994194558976 --- .../config/env/env-autoconfig-instance-difference-edit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue b/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue index de58ede0..9e599c5c 100644 --- a/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue +++ b/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue @@ -195,7 +195,8 @@ export default { keyValueList.push({ key: item.key, value: item.value, - type: item.componentType + type: item.componentType, + isEmpty: item.isEmpty }); }); let {appSystemId, appModuleId, envId} = this.params; -- Gitee From de75f4869557af24141b19d91e0f9b16e7135e83 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 16 Apr 2025 16:35:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE-=E7=8E=AF=E5=A2=83=E5=B1=82=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E9=80=82=E9=85=8D=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=BE=E4=B8=BA=E7=A9=BA=E6=A0=87=E5=BF=97?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1399994194558976]应用配置-环境层配置文件适配变量增加设为空标志位 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1399994194558976 --- .../config/env/env-autoconfig-instance-difference-edit.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue b/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue index 9e599c5c..0c2bfd5e 100644 --- a/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue +++ b/src/views/pages/deploy/application-config/config/env/env-autoconfig-instance-difference-edit.vue @@ -28,7 +28,6 @@ v-model="row.key" :dataList="currentEnvKeyList" :errorMessage="row.errorMessage" - :allowCreate="true" :search="true" border="border" transfer -- Gitee