修复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 })
this.echoFun(newData)
const filterData = deWeightThree(newData, 'key')
this.setState({ userSelectList: filterData, model: model })
this.echoFun(filterData)
},
(err) => {
Notify.error(err)