|
|
|
@@ -1,12 +1,12 @@ |
|
|
|
import { EditableCell, EditableRow } from '@/components/editable-cell'; |
|
|
|
import { useTranslate } from '@/hooks/common-hooks'; |
|
|
|
import { RAGFlowNodeType } from '@/interfaces/database/flow'; |
|
|
|
import { DeleteOutlined } from '@ant-design/icons'; |
|
|
|
import { Button, Collapse, Flex, Input, Select, Table, TableProps } from 'antd'; |
|
|
|
import { trim } from 'lodash'; |
|
|
|
import { useBuildComponentIdSelectOptions } from '../../hooks/use-get-begin-query'; |
|
|
|
import { IInvokeVariable, RAGFlowNodeType } from '../../interface'; |
|
|
|
import { IInvokeVariable } from '../../interface'; |
|
|
|
import { useHandleOperateParameters } from './hooks'; |
|
|
|
|
|
|
|
import styles from './index.less'; |
|
|
|
|
|
|
|
interface IProps { |