修复bug

This commit is contained in:
wangsongsole 2022-07-13 05:48:53 +08:00
parent 118eb64510
commit 85fee8080a
1 changed files with 3 additions and 2 deletions

View File

@ -188,8 +188,9 @@ export default class addKnockGold extends Component {
} }
} }
}) })
this.setState({ userSelectList: newData, model: model }) const filterData = deWeightThree(newData, 'key')
this.echoFun(newData) this.setState({ userSelectList: filterData, model: model })
this.echoFun(filterData)
}, },
(err) => { (err) => {
Notify.error(err) Notify.error(err)