Echarts关系图(graph)报错 : Error in nextTick: "TypeError: Cannot set property 'dataIndex' of undefined" 检查后发现,是由于数据中包含了重复数据: 解决办法:后端返回数据有误,让后端去掉重复数据。