调整ibp盘显示位置
This commit is contained in:
parent
d5a4d58fe6
commit
22099d841c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user