修复 编辑时不回显BUg
This commit is contained in:
parent
119513c397
commit
b2e299cb5e
|
@ -168,6 +168,8 @@ export default class addKnockGold extends Component {
|
|||
copy_early_per.map((item) => {
|
||||
if (earlyPerList.indexOf(item) === -1) {
|
||||
return this.setState({ input_early_per: item, model: model })
|
||||
} else {
|
||||
return this.setState({ model: model })
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue