forked from ddrilling/asb_cloud_front
add idWell into every child page
This commit is contained in:
parent
e6f2c9f517
commit
6657e0fa83
@ -90,28 +90,28 @@ export default function Well() {
|
||||
<WellStat idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/archive">
|
||||
<Archive/>
|
||||
<Archive idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/message">
|
||||
<Messages/>
|
||||
<Messages idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/report">
|
||||
<Report/>
|
||||
<Report idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/analysis">
|
||||
<Analysis idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/wellAnalysis">
|
||||
<WellAnalysis/>
|
||||
<WellAnalysis idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/telemetry">
|
||||
<TelemetryView idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/documents">
|
||||
<MenuDocuments/>
|
||||
<MenuDocuments idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/well/:id/smbo">
|
||||
<Smbo/>
|
||||
<Smbo idWell={idWell}/>
|
||||
</Route>
|
||||
<Route path="/">
|
||||
<Redirect to={{pathname: `${rootPath}/telemetry`}}/>
|
||||
|
Loading…
Reference in New Issue
Block a user