diff --git a/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue b/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue index 553905fb0..42d4eec9a 100644 --- a/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue +++ b/apps/web-antdv-next/src/views/ai/workflow/form/modules/basic-info.vue @@ -4,7 +4,7 @@ import { ref } from 'vue'; import { DICT_TYPE } from '@vben/constants'; import { getDictOptions } from '@vben/hooks'; -import { Form, Input, Select } from 'antdv-next'; +import { Form, Input, Select, TextArea } from 'antdv-next'; type Rule = any; const modelData = defineModel(); // 创建本地数据副本 @@ -64,7 +64,7 @@ defineExpose({ validate }); - +