|
@@ -1312,6 +1312,7 @@ export default {
|
|
console.log(1111111);
|
|
console.log(1111111);
|
|
this.remove(node.id).then(()=>{
|
|
this.remove(node.id).then(()=>{
|
|
_that.$refs.trees1.remove(node) //删除界面上的节点
|
|
_that.$refs.trees1.remove(node) //删除界面上的节点
|
|
|
|
+ this.archiveTreetree4()//全加载左侧树
|
|
}).catch(()=>{
|
|
}).catch(()=>{
|
|
|
|
|
|
})
|
|
})
|