zy-acs-flow/src/map/header/MapSearch.jsx
@@ -138,10 +138,10 @@ size="small" options={filterDeviceList} getOptionLabel={(option) => option.value} renderOption={(props, option) => { const { key, ...otherProps } = props; renderOption={(optionProps, option) => { const { key, ...otherProps } = optionProps; return ( <li key={Number(key)} {...otherProps}> <li key={option.uuid} {...otherProps}> <Stack direction="row" justifyContent="space-between" width="100%"> <Typography variant="body1" fontWeight="bold"> {option.label}