src/components/view/laboratoryManagement.vue
@@ -588,6 +588,7 @@ let one=this.towTree[0] console.log(one); let name =one.father this.checkTreeNode.father = name console.log(name); this.selectDeviceStart(name) }); @@ -696,7 +697,9 @@ delDeviceById() { this.$axios.post(this.$api.url.delDeviceById,{ id:this.delete.id }) }).then(res=>{ this.$parent.removeAllTab() }); }, handleClick(row) { console.log(row);