BUG: 【国赛-实训设计】角色切到司机时,这个暂停后无法恢复,然后暂停的图标显示也不对,控制台还有报错

This commit is contained in:
fan 2023-01-05 10:22:05 +08:00
parent bc61d5a658
commit e89d160b1c
6 changed files with 0 additions and 6 deletions

View File

@ -50,7 +50,6 @@ export default {
},
beforeDestroy() {
clearSubscribe(getTopic('ATS_STATUS', this.group));
clearSubscribe(getTopic('STATE', this.group));
},
methods: {
setSelected(val) {

View File

@ -68,7 +68,6 @@ export default {
},
beforeDestroy() {
clearSubscribe(getTopic('ATS_STATUS', this.group));
clearSubscribe(getTopic('STATE', this.group));
},
methods: {
setSelected(val) {

View File

@ -75,7 +75,6 @@ export default {
},
beforeDestroy() {
clearSubscribe(getTopic('ATS_STATUS', this.group));
clearSubscribe(getTopic('STATE', this.group));
},
methods: {
setSelected(val) {

View File

@ -62,7 +62,6 @@ export default {
},
beforeDestroy() {
clearSubscribe(getTopic('ATS_STATUS', this.group));
clearSubscribe(getTopic('STATE', this.group));
clearSubscribe(getTopic('CTC', this.group));
},
methods: {

View File

@ -67,7 +67,6 @@ export default {
},
beforeDestroy() {
clearSubscribe(getTopic('ATS_STATUS', this.group));
clearSubscribe(getTopic('STATE', this.group));
},
methods: {
setSelected(val) {

View File

@ -39,7 +39,6 @@ export default {
beforeDestroy() {
this.updateJlmapMode('02');
clearSubscribe(getTopic('ATS_STATUS', this.group));
clearSubscribe(getTopic('STATE', this.group));
},
methods: {
handleDispatchWorkData() {