fix:解决冲突
This commit is contained in:
@@ -502,6 +502,7 @@ export default {
|
||||
this.chartData = []
|
||||
elements.forEach((element, index) => {
|
||||
const data = this.dataJson[this.chartInfo.id + '_' + index].data.result.map(item => {
|
||||
this.allDataLength++
|
||||
return {
|
||||
...item,
|
||||
elements: element
|
||||
|
||||
Reference in New Issue
Block a user