|
@@ -53,6 +53,7 @@ import { GetGDlnfo, GetXzqhTree, GetHouseInfo } from "../../../api/map";
|
|
import { keys } from "lodash";
|
|
import { keys } from "lodash";
|
|
import { handModel, handnew, clearTranslate, keyName } from "./modelLayering";
|
|
import { handModel, handnew, clearTranslate, keyName } from "./modelLayering";
|
|
import CockpitVector from "./CockpitVector.vue";
|
|
import CockpitVector from "./CockpitVector.vue";
|
|
|
|
+import * as pick_cockpit_vector from "./pick_cockpit_vector.js";
|
|
|
|
|
|
let gwtype;
|
|
let gwtype;
|
|
export default {
|
|
export default {
|
|
@@ -85,18 +86,6 @@ export default {
|
|
queryResultsGeomPart: {},
|
|
queryResultsGeomPart: {},
|
|
viewer: null,
|
|
viewer: null,
|
|
dataSourceLayer: null,
|
|
dataSourceLayer: null,
|
|
- obj: [[
|
|
|
|
- {
|
|
|
|
- "name": "BSM",
|
|
|
|
- "value": "460203251000000700"
|
|
|
|
- }, {
|
|
|
|
- "name": "BSM",
|
|
|
|
- "value": "460203251000000700"
|
|
|
|
- }, {
|
|
|
|
- "name": "BSM",
|
|
|
|
- "value": "460203251000000700"
|
|
|
|
- }
|
|
|
|
- ]],
|
|
|
|
actionOptions: [
|
|
actionOptions: [
|
|
{
|
|
{
|
|
index: 1,
|
|
index: 1,
|
|
@@ -158,7 +147,11 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- mounted() { },
|
|
|
|
|
|
+ mounted() {
|
|
|
|
+
|
|
|
|
+ this.$nextTick((res) => {
|
|
|
|
+ });
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
toggleVisibility() {
|
|
toggleVisibility() {
|
|
this.removeMapLayerQuery();
|
|
this.removeMapLayerQuery();
|
|
@@ -702,6 +695,11 @@ export default {
|
|
clearTranslate();
|
|
clearTranslate();
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
+ case 4: {//驾驶舱矢量数据点选查询
|
|
|
|
+ pick_cockpit_vector.init_handler();
|
|
|
|
+
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
default:
|
|
default:
|
|
break;
|
|
break;
|
|
}
|
|
}
|