即使console.log输出显示数据,React Axios get方法也不显示任何数据

时间:2019-11-15 23:04:35

标签: reactjs axios

我正在控制台中获取数据,但无法在浏览器上显示。请让我知道我错了。控制台数据也会发送空白数组。 我的代码如下 -------------------------------------------------- ---- Image

(Get-Item $fileName).VersionInfo.FileVersionRaw

2 个答案:

答案 0 :(得分:0)

res.data包含一个对象,该对象包含您要映射的数组

答案 1 :(得分:0)

从您的屏幕截图看来,itemgroups可能更深一层。设置状态后,请尝试this.setState({ itemgroups: res.data.itemgroup })