|
@@ -853,7 +853,7 @@ export default {
|
|
// 先添加DOM再进行创建图表
|
|
// 先添加DOM再进行创建图表
|
|
await this.addnode().then(() => {
|
|
await this.addnode().then(() => {
|
|
let newdata = JSON.parse(JSON.stringify(data));
|
|
let newdata = JSON.parse(JSON.stringify(data));
|
|
- newdata.splice(data.length - 1, 1);
|
|
|
|
|
|
+ // newdata.splice(data.length - 1, 1);
|
|
let name = [];
|
|
let name = [];
|
|
let valueStype = [];
|
|
let valueStype = [];
|
|
let value = [];
|
|
let value = [];
|