From d0540ffdb62f3b996663b2d62ca774b7d76219d5 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 4 Feb 2026 15:42:01 +0800 Subject: [PATCH] fix: [Trigger] After referencing the event request parameters in the agent parameters of an event trigger, and changing the trigger type to a timed trigger, it becomes impossible to input parameter values. --- .../component/ApplicationParameter.vue | 60 ++++++++++++++++--- 1 file changed, 53 insertions(+), 7 deletions(-) diff --git a/ui/src/views/trigger/component/ApplicationParameter.vue b/ui/src/views/trigger/component/ApplicationParameter.vue index 57e09e8b43e..1b8eb030bd3 100644 --- a/ui/src/views/trigger/component/ApplicationParameter.vue +++ b/ui/src/views/trigger/component/ApplicationParameter.vue @@ -125,11 +125,7 @@