...
|
...
|
@@ -358,6 +358,7 @@ export default { |
|
|
this.$global.confirm("确认删除节点吗?", function () {
|
|
|
that.$global.showMsg("删除成功!")
|
|
|
that.nodeData.splice(index, 1);
|
|
|
that.nodeName='';
|
|
|
console.log("delette",that.nodeData.length)
|
|
|
if(that.nodeData.length==1){
|
|
|
that.addSetLIstVisible=true;
|
...
|
...
|
|