feat : topo重构功能基本完成 剩下细节优化 以及 tooltip 等数值绑定到页面
This commit is contained in:
@@ -1664,7 +1664,10 @@
|
||||
console.log(index,row)
|
||||
},
|
||||
valueMappingDel(index,row){
|
||||
console.log(index,row)
|
||||
this.selection.pen.data.valueMapping.splice(index,1);
|
||||
this.selection.pen.data.valueMapping.forEach((item,index)=>{
|
||||
item.level=index
|
||||
});
|
||||
},
|
||||
inputFocus(e){
|
||||
console.log(e.path[2].children[0],e.path[2].children[1]);
|
||||
|
||||
Reference in New Issue
Block a user