diff --git a/ui/src/views/tool/component/FieldFormDialog.vue b/ui/src/views/tool/component/FieldFormDialog.vue index 191c2840a..cf81b078b 100644 --- a/ui/src/views/tool/component/FieldFormDialog.vue +++ b/ui/src/views/tool/component/FieldFormDialog.vue @@ -28,6 +28,17 @@ + + + @@ -64,6 +75,7 @@ const isEdit = ref(false) const form = ref({ name: '', type: typeOptions[0], + desc: '', source: 'reference', is_required: true, }) @@ -85,6 +97,7 @@ watch(dialogVisible, (bool) => { form.value = { name: '', type: typeOptions[0], + desc: '', source: 'reference', is_required: true, }