|
@ -50,10 +50,10 @@ const DeviceManagement = (props) => { |
|
|
},[]) |
|
|
},[]) |
|
|
useEffect(()=>{ |
|
|
useEffect(()=>{ |
|
|
if(thingIds&&thingIds.length){ |
|
|
if(thingIds&&thingIds.length){ |
|
|
const data={thingIds} |
|
|
const data={thingIds:thingIds.split(',')[0]||'000'} |
|
|
getData(data) |
|
|
getData(data) |
|
|
} |
|
|
} |
|
|
|
|
|
console.log('thingIds',thingIds) |
|
|
},[thingIds]) |
|
|
},[thingIds]) |
|
|
|
|
|
|
|
|
const structChange =value => { |
|
|
const structChange =value => { |
|
|