import {createStore,applyMiddleware} from 'redux'; ... .then(res =>{ console.log(res.data); dispatch(setCodiceFiscale(res.data)); }) ...
確定! 回上一頁