一公司人员定位功能接口对接功能

20240528Test
liujun 2024-04-23 14:36:31 +08:00
parent 91df5a5593
commit 8ea1cb9a2c
2 changed files with 2 additions and 1 deletions

View File

@ -274,6 +274,7 @@ export default {
} }
.app-container { .app-container {
padding: 0px; padding: 0px;
width: 100%;
} }
} }
</style> </style>

View File

@ -1401,7 +1401,7 @@ export default {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
var _this = this var _this = this
const collection = new Cesium.CustomDataSource('clickEntityCollection') const collection = new Cesium.CustomDataSource('clickEntityCollection')
debugger
poin.forEach(item => { poin.forEach(item => {
if (!this.poinEntity.hasOwnProperty(item.id)) { if (!this.poinEntity.hasOwnProperty(item.id)) {
const entity = drag.addEntity(item) const entity = drag.addEntity(item)