The problem of dva getting data

use a method in another module in dva module

yield put({
   type: "school/fetchAllClass"
});

can you get the returned results on Synchronize

Nov.26,2021
Menu