代码调整
This commit is contained in:
parent
e67d26ddf9
commit
e9fc041b03
@ -557,6 +557,10 @@ export default {
|
|||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
window.removeEventListener('click', this.close);
|
window.removeEventListener('click', this.close);
|
||||||
|
this.$store.dispatch('trainingNew/trainingEnd');
|
||||||
|
this.$store.dispatch('socket/clearTrainingStepTip');
|
||||||
|
this.$store.dispatch('trainingNew/clearStepOrder');
|
||||||
|
this.$store.dispatch('trainingNew/clearOperateOrder');
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showChidren(data, index) {
|
showChidren(data, index) {
|
||||||
|
@ -159,7 +159,7 @@ export default {
|
|||||||
if (row.playerIdJson) {
|
if (row.playerIdJson) {
|
||||||
memberId = JSON.parse(row.playerIdJson)[0];
|
memberId = JSON.parse(row.playerIdJson)[0];
|
||||||
}
|
}
|
||||||
const data = {mapId: row.mapId, type:row.mapSystem || 'METRO', memberId: memberId};
|
const data = {mapId: row.mapId, type:row.mapSystem || 'METRO', itemMap:{DEFAULT_MEMBER:memberId} };
|
||||||
// domConfig: Object
|
// domConfig: Object
|
||||||
// hasExam: false
|
// hasExam: false
|
||||||
// hasTraining: false
|
// hasTraining: false
|
||||||
|
Loading…
Reference in New Issue
Block a user