From 34a83eae9b7e83a4f11b53e73f3b83ce73acea41 Mon Sep 17 00:00:00 2001 From: wangshaoping Date: Fri, 4 Jul 2025 12:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=A1=86=E6=9E=B6=E5=8F=91?= =?UTF-8?q?=E5=B8=83:=208.2.22=20=20=201)=20=E8=A7=84=E5=88=99=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E4=B8=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=20Java=20?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=BC=95=E6=93=8E=20=20=202)=20=E8=A7=84?= =?UTF-8?q?=E5=88=99=E5=BC=95=E6=93=8E=E4=B8=AD=EF=BC=8C=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E4=B8=AD=EF=BC=8C=E5=B0=86=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=99=84=E5=8A=A0=E5=B1=9E=E6=80=A7=E4=B8=AD=E7=9A=84=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E5=80=BC=E5=8F=98=E9=87=8F=E6=9B=BF=E6=8D=A2=E6=88=90?= =?UTF-8?q?=E5=B8=B8=E9=87=8F=20=20=203)=20=E8=A7=84=E5=88=99=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E4=B8=AD=EF=BC=8C=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E5=B0=86=E5=8F=82=E6=95=B0=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=B8=AD=E7=9A=84=E6=9E=9A=E4=B8=BE=E5=80=BC?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E6=9B=BF=E6=8D=A2=E6=88=90=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/shared/TestcaseParameterGrid.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/io.sc.engine.rule.frontend/src/views/shared/TestcaseParameterGrid.vue b/io.sc.engine.rule.frontend/src/views/shared/TestcaseParameterGrid.vue index a13e4506..bd3d56be 100644 --- a/io.sc.engine.rule.frontend/src/views/shared/TestcaseParameterGrid.vue +++ b/io.sc.engine.rule.frontend/src/views/shared/TestcaseParameterGrid.vue @@ -187,7 +187,8 @@ console.log(indicatorType); if ( (!Tools.isUndefinedOrNull(parameterType) && - (parameterType === 'INTERMEDIATE' || + (parameterType === 'INDICATOR' || + parameterType === 'INTERMEDIATE' || parameterType === 'OUT' || parameterType === 'RULE_RESULT' || parameterType === 'SINGLE_RULE_RESULT')) ||