请在标签上添加一个key
属性,并且key
的属性值与defaultValue
的值保持一致。
<Cascader
key={
aabbcc}
options={
this.state.activeStoreCategoryList}
expandTrigger="hover"
defaultValue={
aabbcc}
onChange={
this.categoryChange}
/>
<Select
key={
currentStorePayStatus}
defaultValue={
currentStorePayStatus}
style={
{
width: 150 }}
onChange={
this.storeTypeChange}
>