这看起来有点繁琐,可以简化也行,新手,谢谢大佬,感谢
getChartsData(this.rule).then(res => {
let obj = res.data.data[0];
this.compRegion.lineCode = obj.lineCode;
this.compRegion.lineCodeName = obj.lineCodeName;
this.compRegion.timeRate = obj.timeRate;
this.compRegion.performanceRate = obj.performanceRate;
this.compRegion.percentRate = obj.percentRate;
this.compRegion.deviceRate = obj.deviceRate;
this.compRegion.deviceOee = obj.deviceOee;
this.compRegion.deviceTeep = obj.deviceTeep;
this.compRegion.startRate = obj.startRate;
this.compRegion.planRate = obj.planRate;
});
这样?