File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 :data =" props.nodeModel.properties.api_input_field_list"
1414 class =" mb-16"
1515 ref =" tableRef"
16- row-key =" field "
16+ row-key =" variable "
1717 >
1818 <el-table-column prop =" variable" :label =" $t('dynamicsForm.paramForm.field.label')" >
1919 <template #default =" { row } " >
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ const sync_form_field_list = () => {
189189 ]
190190 set (props .nodeModel .properties .config , ' fields' , fields )
191191 props .nodeModel .clear_next_node_field (false )
192+ onDragHandle ()
192193}
193194const addFormCollectRef = ref <InstanceType <typeof AddFormCollect >>()
194195const editFormCollectRef = ref <InstanceType <typeof EditFormCollect >>()
@@ -275,7 +276,6 @@ onMounted(() => {
275276 set (props .nodeModel , ' validate' , validate )
276277 sync_form_field_list ()
277278 props .nodeModel .graphModel .eventCenter .emit (' refresh_incoming_node_field' )
278- onDragHandle ()
279279})
280280 </script >
281281<style lang="scss" scoped></style >
You can’t perform that action at this time.
0 commit comments