fix:解决冲突

This commit is contained in:
zyh
2023-08-02 10:58:13 +08:00

View File

@@ -502,6 +502,7 @@ export default {
this.chartData = [] this.chartData = []
elements.forEach((element, index) => { elements.forEach((element, index) => {
const data = this.dataJson[this.chartInfo.id + '_' + index].data.result.map(item => { const data = this.dataJson[this.chartInfo.id + '_' + index].data.result.map(item => {
this.allDataLength++
return { return {
...item, ...item,
elements: element elements: element