🦀️ fix: 修复bug
This commit is contained in:
parent
6574631557
commit
89be51a37d
|
@ -452,6 +452,7 @@ const Combining = forwardRef((props, ref) => {
|
|||
setInfo({ receive_mode: target.value })
|
||||
if (state.keyPcType === 2) {
|
||||
setState({ rankOptions: [], rank: [], tableData: [] })
|
||||
sessionStorage.setItem("knockGoldData", JSON.stringify([]))
|
||||
}
|
||||
}}
|
||||
value={info.receive_mode}
|
||||
|
|
|
@ -1067,6 +1067,7 @@ export default class combiningAdd extends React.Component {
|
|||
this.handleChange(target.value, "receive_mode")
|
||||
if (this.state.isState === 1) {
|
||||
this.setState({ tempdata: [], rankoptions: [], rank: [] })
|
||||
sessionStorage.setItem("knockGoldData", JSON.stringify([]))
|
||||
}
|
||||
}}
|
||||
value={this.state.codeInfo.receive_mode}
|
||||
|
|
Loading…
Reference in New Issue