Skip to content

Commit e04c10d

Browse files
authored
fix: The parameters for advanced orchestration in trigger task execution have been changed from custom to reference mode, and the parameters have disappeared (#4745)
1 parent 73f72a1 commit e04c10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/trigger/component/ApplicationParameter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
<el-cascader
144144
v-if="modelValue['api_input_field_list'][f.field].source === 'reference'"
145-
v-model="modelValue[f.field].value"
145+
v-model="modelValue['api_input_field_list'][f.field].value"
146146
:options="options"
147147
:placeholder="$t('common.selectPlaceholder')"
148148
:props="props"

0 commit comments

Comments
 (0)