diff --git a/src/views/newMap/jointTrainingNew/index.vue b/src/views/newMap/jointTrainingNew/index.vue index 0e8e68cc4..6884aaa69 100644 --- a/src/views/newMap/jointTrainingNew/index.vue +++ b/src/views/newMap/jointTrainingNew/index.vue @@ -341,9 +341,9 @@ export default { const deviceVO = JSON.parse(getSessionStorage('projectDevice')); if (deviceVO && deviceVO.type === 'VR_IBP') { - this.showIbp(this.deviceCode); const config = JSON.parse(deviceVO.config); this.ibpPart = config.part.toLowerCase(); + this.showIbp(this.deviceCode); } else { this.hideIbp(); } @@ -498,7 +498,6 @@ export default { window.open(routeData.href, '_blank', 'noopener noreferrer'); }, showdriving() { - console.log('***************'); this.panelShow = true; this.drivingShow = false; this.ibpShow = false;