修复 编辑时不回显BUg

This commit is contained in:
wangsongsole 2022-06-08 18:57:55 +08:00
parent 119513c397
commit b2e299cb5e
1 changed files with 2 additions and 0 deletions

View File

@ -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 })
}
})
}