如何在dva的effects中实现回调

如何在dva的effects中实现回调 需求 在前端实现修改用户密码的功能,经过dispatch来实现与后端api接口的交互。html 界面点击“提交”执行的代码以下:前端 handleSubmit = () => { const { form, dispatch } = this.propsredux form.validateFields((err, fieldsValue) => { if
相关文章
相关标签/搜索