BUG: 【国赛-实训设计】角色切到司机时,这个暂停后无法恢复,然后暂停的图标显示也不对,控制台还有报错
This commit is contained in:
parent
bc61d5a658
commit
e89d160b1c
@ -50,7 +50,6 @@ export default {
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearSubscribe(getTopic('ATS_STATUS', this.group));
|
||||
clearSubscribe(getTopic('STATE', this.group));
|
||||
},
|
||||
methods: {
|
||||
setSelected(val) {
|
||||
|
@ -68,7 +68,6 @@ export default {
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearSubscribe(getTopic('ATS_STATUS', this.group));
|
||||
clearSubscribe(getTopic('STATE', this.group));
|
||||
},
|
||||
methods: {
|
||||
setSelected(val) {
|
||||
|
@ -75,7 +75,6 @@ export default {
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearSubscribe(getTopic('ATS_STATUS', this.group));
|
||||
clearSubscribe(getTopic('STATE', this.group));
|
||||
},
|
||||
methods: {
|
||||
setSelected(val) {
|
||||
|
@ -62,7 +62,6 @@ export default {
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearSubscribe(getTopic('ATS_STATUS', this.group));
|
||||
clearSubscribe(getTopic('STATE', this.group));
|
||||
clearSubscribe(getTopic('CTC', this.group));
|
||||
},
|
||||
methods: {
|
||||
|
@ -67,7 +67,6 @@ export default {
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearSubscribe(getTopic('ATS_STATUS', this.group));
|
||||
clearSubscribe(getTopic('STATE', this.group));
|
||||
},
|
||||
methods: {
|
||||
setSelected(val) {
|
||||
|
@ -39,7 +39,6 @@ export default {
|
||||
beforeDestroy() {
|
||||
this.updateJlmapMode('02');
|
||||
clearSubscribe(getTopic('ATS_STATUS', this.group));
|
||||
clearSubscribe(getTopic('STATE', this.group));
|
||||
},
|
||||
methods: {
|
||||
handleDispatchWorkData() {
|
||||
|
Loading…
Reference in New Issue
Block a user