修复bug
This commit is contained in:
parent
118eb64510
commit
85fee8080a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue