use a method in another module in dva module
yield put({
type: "school/fetchAllClass"
});
can you get the returned results on Synchronize
use a method in another module in dva module
yield put({
type: "school/fetchAllClass"
});
can you get the returned results on Synchronize
Let me ask you a question. I use dva scaffolding to build the project. I want to use browserHistory as the background interface, but the packaged project is blank and there is no error! If you change to use the default hashHistory, it will be fine....
recently, to do the background image at the back of the login page, you need to use the plug-in of jquery particle system. There are jq packages and js native in it. If you use ant design pro, how to configure without webpack! Ask all the gods to do me a...
normal request data is purple *getlist{payload}, {call, put}{ const data = yield call(getlist,payload) data } so here comes the problem the number returned by my API is normally stored under the result attribute of data, but the API ...