vue报错undefined is not iterable (cannot read property Symbol(Symbol.iterator))
经过审查,发现是这段代码出了问题this.net1=this.chartData.net1;//net1,net2,net都是从接口离拿得数据this.net2=this.chartData.net2;this.net=this.chartData.net;constnetTotal=[...this.net1,...this.net2,...this.net];//数组合并letdataYTpl