Browse Source

thingId

dev
wenlele 1 year ago
parent
commit
82fb11b8d4
  1. 3
      web/client/src/sections/analysis/containers/network.jsx

3
web/client/src/sections/analysis/containers/network.jsx

@ -58,7 +58,6 @@ const Network = ({
form.current.setValue('thingId', "") form.current.setValue('thingId', "")
} }
}, [organizationsStruc]) }, [organizationsStruc])
console.log(thingId);
return ( return (
<> <>
@ -156,7 +155,7 @@ console.log(thingId);
} }
> >
{show == 'tree' && <TreeShow />} {show == 'tree' && <TreeShow />}
{show == 'table' && <TableShow />} {show == 'table' && <TableShow thingId={thingId} />}
</Card> </Card>
</div> </div>

Loading…
Cancel
Save