| | |
| | | caseperfection_organize_active, |
| | | } from '@/assets/images/icon'; |
| | | import { Form, Input, Button, Radio, Select, Modal, Cascader, Upload, Message } from '@arco-design/web-react'; |
| | | import KeyVisits from "./keyVisits"; |
| | | import KeyVisits from "@/components/personCard/KeyVisits"; |
| | | import SelectUnitDialog from "./selectUnitDialog"; |
| | | import { |
| | | IconLink, |
| | |
| | | <Select |
| | | placeholder='请选择' |
| | | allowClear |
| | | options={$$.options.agentType} |
| | | options={isLegal ? $$.options.enterpriseType : $$.options.orgaType} |
| | | onChange={(value, options) => { |
| | | formRef.current.setFieldValue('orgaTypeName', options && options.children) |
| | | }} |