一公司人员定位功能接口对接功能
parent
91df5a5593
commit
8ea1cb9a2c
|
@ -274,6 +274,7 @@ export default {
|
|||
}
|
||||
.app-container {
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1401,7 +1401,7 @@ export default {
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
var _this = this
|
||||
const collection = new Cesium.CustomDataSource('clickEntityCollection')
|
||||
|
||||
debugger
|
||||
poin.forEach(item => {
|
||||
if (!this.poinEntity.hasOwnProperty(item.id)) {
|
||||
const entity = drag.addEntity(item)
|
||||
|
|
Loading…
Reference in New Issue