DIAMOND 9 months ago
parent
commit
700ac9e8e5
  1. 16
      src/views/earthMap/edit/EarthComp.vue

16
src/views/earthMap/edit/EarthComp.vue

@ -140,7 +140,7 @@
setClassEl1.className = 'xbsj-checkbox-wrapper xbsj-checkbox-wrapper-checked xbsj-checkbox-default'; setClassEl1.className = 'xbsj-checkbox-wrapper xbsj-checkbox-wrapper-checked xbsj-checkbox-default';
setClassEl2.className = 'xbsj-checkbox xbsj-checkbox-checked'; setClassEl2.className = 'xbsj-checkbox xbsj-checkbox-checked';
} }
}
function setClassNoChecked(setClassEl1, setClassEl2) { function setClassNoChecked(setClassEl1, setClassEl2) {
// node.checkStatus = '' // node.checkStatus = ''
@ -413,6 +413,18 @@
cameraList: any = []; cameraList: any = [];
// //
monitorPosition: any = []; monitorPosition: any = [];
//props props
PropsEarthHeaderShow = this.earthHeaderShow
PropsSceneTreeShow = this.sceneTreeShow
PropsListenMouseHandlerOpen = this.listenMouseHandlerOpen
PropsListenMittHandlerOpen = this.listenMittHandlerOpen
PropsCreateBBHLineOpen = this.createBBHLineOpen
PropsGetLineInfoShow = this.getLineInfoShow
PropsGetCameraInfoShow = this.getCameraInfoShow
PropsGetLabelInfoShow = this.getLabelInfoShow
PropsDrawInitShow = this.drawInitShow
PropsKeyControlInitShow = this.keyControlInitShow
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
//AIS //AIS
AISInfoWindowShow = false; AISInfoWindowShow = false;
@ -559,7 +571,7 @@
// //
let sceneTree = earthUI.tools.sceneTree; let sceneTree = earthUI.tools.sceneTree;
// //
sceneTree.show = true; sceneTree.show = this.PropsSceneTreeShow;
// ref // ref
// ref // ref
let sceneTreeInput = sceneTree._comp.$el.getElementsByClassName('xbsj-model-content-box')[0].children[1]; let sceneTreeInput = sceneTree._comp.$el.getElementsByClassName('xbsj-model-content-box')[0].children[1];

Loading…
Cancel
Save