import React, { useState } from 'react'; import { Cascader, Row, Col } from '@btri-ui/base'; export default () => { return ( { console.log(region, 'region'); }} /> { console.log(region, 'region'); }} regionCodes={['110000', '110100', '440200', '110101']} value={['110000', '110100', '110101']} /> ); };