chenxr3 4 anni fa
parent
commit
b921914e74

+ 0 - 4
ebc-middle-platform/src/modules/orientation/orientation.vue

@ -1142,7 +1142,6 @@ export default {
1142 1142
          this.$Message.warning('请选择人员!')
1143 1143
          return
1144 1144
        }
1145
        debugger
1146 1145
        entityIds = ''
1147 1146
        this.trackSearchs.forEach(e => {
1148 1147
          entityIds += e.workEmployeeId + ','
@ -1175,7 +1174,6 @@ export default {
1175 1174
        this.$test
1176 1175
          .post(services.trackAnalysis.GET_SINGLE_TRACE, params)
1177 1176
          .then((res) => {
1178
            debugger
1179 1177
            this.timelineList = res.data.toolRecordList
1180 1178
            this.timelineList.forEach(e => {
1181 1179
              e.inTime = e.inTime.split(' ')[1]
@ -1199,7 +1197,6 @@ export default {
1199 1197
        this.$test
1200 1198
          .post(services.trackAnalysis.GET_MORE_TRACE, params)
1201 1199
          .then((res) => {
1202
            debugger
1203 1200
            this.trackData = res.data
1204 1201
            var mapOfPerson = {}
1205 1202
            this.personList.forEach(e => {
@ -1289,7 +1286,6 @@ export default {
1289 1286
        this.timelineList[j].color = 'info'
1290 1287
        this.timelineList[j].status = 'normal'
1291 1288
      }
1292
      debugger
1293 1289
      this.playbacking = true
1294 1290
      this.trackMap.removeLayer(this.layersGroup)
1295 1291
      this.layersGroup = new Ai.LayerGroup() // 定义图层数组

BIN
ebc-middle-platform/static/images/track.png