| | |
| | | import React, { useState, useEffect, useRef, Fragment } from "react"; |
| | | import { Row, Col, Space } from 'antd'; |
| | | import { Form, Input, Button, Radio, Select, Checkbox, Upload } from '@arco-design/web-react'; |
| | | import KeyVisits from "./keyVisits"; |
| | | import KeyVisits from "@/components/personCard/KeyVisits"; |
| | | import { |
| | | IconLink, |
| | | } from '@arco-design/web-react/icon'; |
| | |
| | | <Select |
| | | placeholder='请选择' |
| | | allowClear |
| | | options={$$.options.agentType} |
| | | options={$$.options.agentRelate} |
| | | onChange={(value, options) => { |
| | | formRef.current.setFieldValue('agentRelateName', options && options.children) |
| | | }} |