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', "")
}
}, [organizationsStruc])
console.log(thingId);
return (
<>
@ -156,7 +155,7 @@ console.log(thingId);
}
>
{show == 'tree' && <TreeShow />}
{show == 'table' && <TableShow />}
{show == 'table' && <TableShow thingId={thingId} />}
</Card>
</div>

Loading…
Cancel
Save