代码调整
This commit is contained in:
parent
e67d26ddf9
commit
e9fc041b03
@ -557,6 +557,10 @@ export default {
|
||||
},
|
||||
beforeDestroy() {
|
||||
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: {
|
||||
showChidren(data, index) {
|
||||
|
@ -159,7 +159,7 @@ export default {
|
||||
if (row.playerIdJson) {
|
||||
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
|
||||
// hasExam: false
|
||||
// hasTraining: false
|
||||
|
Loading…
Reference in New Issue
Block a user