diff --git a/src/instrument/pages/instrument/instrument.tsx b/src/instrument/pages/instrument/instrument.tsx index 03f1141..690c5ea 100644 --- a/src/instrument/pages/instrument/instrument.tsx +++ b/src/instrument/pages/instrument/instrument.tsx @@ -530,7 +530,7 @@ class Instrument extends Component { openLookSerialPosition = () => { console.log(this.state.channelInfo); - if (this.state.channelInfo.manualCodeBinding) { + if (this.state.channelInfo.serial) { this.setState({ isSerialPosition: true }); } else { msg("暂无图片"); @@ -618,8 +618,8 @@ class Instrument extends Component { }