有人可以告诉我为什么这不起作用吗?
OnSubmit = () => {
this.SetAttributesForDTO(this.state.attributeList, this.test = () => {
//Test Function gets called after this.SetAttributesForDTO function
})}
我想要一个函数,该函数首先调用“ SetAttributesForDTO”,该函数完成后,我想调用另一个..