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';
setClassEl2.className = 'xbsj-checkbox xbsj-checkbox-checked';
}
}
function setClassNoChecked(setClassEl1, setClassEl2) {
// node.checkStatus = ''
@ -413,6 +413,18 @@
cameraList: 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
AISInfoWindowShow = false;
@ -559,7 +571,7 @@
//
let sceneTree = earthUI.tools.sceneTree;
//
sceneTree.show = true;
sceneTree.show = this.PropsSceneTreeShow;
// ref
// ref
let sceneTreeInput = sceneTree._comp.$el.getElementsByClassName('xbsj-model-content-box')[0].children[1];

Loading…
Cancel
Save