ant desgin pro https://pro.ant.design/docs/getting-started-cn
pro components 表格组件 : https://procomponents.ant.design/
actionRef.current.reload(); 在次刷新请求
const actionRef = useRef();
<ProTable
actionRef={actionRef}
className={styles.myTabs}
columns={columns}
rowKey="id"
// search={false}
request={params => getbasesall(params)}
/>