Commit 83e07e89 authored by dxw's avatar dxw

tj

parent 19170514
......@@ -206,7 +206,7 @@ export default {
}
},
mounted() {
this.sendMessage(this.lineId, this.stationId, null, 1)
// this.sendMessage(this.lineId, this.stationId, null, 1)
},
components: {
QueryDetail,
......@@ -1102,7 +1102,7 @@ export default {
// if (this.transformationSta == 2) {
// console.log(1111111111111)
this.sendMessage(node.lineId, node.stationId, node.code)
// this.sendMessage(node.lineId, node.stationId, node.code)
// }
// console.log('资源点列表:', this.list)
} else if (node.level === 6 && node.isDefence) { //防区
......@@ -1177,7 +1177,7 @@ export default {
// if (this.transformationSta == 2) {
// console.log(1111111111111)
this.sendMessage(node.lineId, node.stationId, node.code)
// this.sendMessage(node.lineId, node.stationId, node.code)
// }
// console.log('资源点列表:', this.list)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment