import React, { useState, useLayoutEffect } from 'react'; import { Form, Select } from '../../../index'; import { IconSemiLogo } from '@douyinfe/semi-icons'; const { Option } = Select; class AssistComponent extends React.Component { render() { return ( <>