From 75d5a5b198b09425871162847abbad9066e481e7 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Wed, 29 May 2024 18:45:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=88=87=E6=8D=A2=E7=89=88=E6=9C=AC=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E6=9D=A1=E4=BB=B6=E6=B2=A1=E5=8F=98=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/detail/params/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/app-store/detail/params/index.vue b/frontend/src/views/app-store/detail/params/index.vue index bfb9cae1e554..1b796a854a62 100644 --- a/frontend/src/views/app-store/detail/params/index.vue +++ b/frontend/src/views/app-store/detail/params/index.vue @@ -195,6 +195,8 @@ const handleParams = () => { if (p.rule && p.rule != '') { rules[p.envKey].push(Rules[p.rule]); } + } else { + delete rules[p.envKey]; } if (p.type === 'apps') { getServices(p.child.envKey, p.default, p);