|
|
|
|
@ -87,14 +87,10 @@ export default class InstrumentClickInUpload extends Component<any, any> {
|
|
|
|
|
let instrumentDetail = JSON.parse(objStr);
|
|
|
|
|
this.setState({ instrumentDetail });
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const searchParams = new URLSearchParams(window.location.search);
|
|
|
|
|
const id = searchParams.get("id");
|
|
|
|
|
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.firstNurseInfo();
|
|
|
|
|
this.getLatestClockRecord();
|
|
|
|
|
this.modeInfoList(id);
|
|
|
|
|
this.modeInfoList(this.state.instrumentDetail.id);
|
|
|
|
|
}, 10);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|