How do the background fields in antdesgin correspond to multiple select selected values one by one?

clipboard.png

select
clipboard.png
how to match the background fields with the selected state of select.
my operation is to splice the value. Is there a simple way
< Select style= {{width: 120}} onChange= {this.handleselect.bind (this)} >

                      {
                        this.state.actionTypeFindAll.map((item)=>(
                          <Option value={item.id+"@"+item1}>{item.name}</Option>
                        ))
                      }
                    </Select>
                  
Mar.14,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22642-2b5f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22642-2b5f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?