请在标签上添加一个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}
>