Compare commits
No commits in common. "810f0f202f8aa338bd9b3772da23617c2e57b1d7" and "7892e6c6609a39d1efaea6bac7580c9f91188119" have entirely different histories.
810f0f202f
...
7892e6c660
@ -1587,15 +1587,7 @@ export default {
|
|||||||
// info.status = 2
|
// info.status = 2
|
||||||
this.getTaskList()
|
this.getTaskList()
|
||||||
this.$message.success('任务已结束!')
|
this.$message.success('任务已结束!')
|
||||||
this.detailUav.id = ''
|
|
||||||
this.detailUav.visible = false
|
|
||||||
this.removeTaskTarget(info.id)
|
this.removeTaskTarget(info.id)
|
||||||
let entitys = [...viewer.entities.values]
|
|
||||||
entitys.forEach(item => {
|
|
||||||
if (item.id.includes(info.id)) {
|
|
||||||
viewer.entities.remove(item)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.data.message)
|
this.$message.error(res.data.message)
|
||||||
}
|
}
|
||||||
@ -3027,8 +3019,6 @@ export default {
|
|||||||
// taskListResource[findIndex].statusName = this.jobStatus[data.jobStatus + '']
|
// taskListResource[findIndex].statusName = this.jobStatus[data.jobStatus + '']
|
||||||
taskListResource.splice(findIndex, 1)
|
taskListResource.splice(findIndex, 1)
|
||||||
this.getTaskList()
|
this.getTaskList()
|
||||||
console.log(data, 77777777777777);
|
|
||||||
|
|
||||||
this.removeTaskTarget(data.jobId)
|
this.removeTaskTarget(data.jobId)
|
||||||
}
|
}
|
||||||
if (data.jobStatus === 1 && this.detailUav.id === data.jobId) {
|
if (data.jobStatus === 1 && this.detailUav.id === data.jobId) {
|
||||||
@ -3092,12 +3082,6 @@ export default {
|
|||||||
//#endregion
|
//#endregion
|
||||||
// 打开状态和波形信息展示
|
// 打开状态和波形信息展示
|
||||||
openSarStatusDetail(data) {
|
openSarStatusDetail(data) {
|
||||||
let entitys = [...viewer.entities.values]
|
|
||||||
entitys.forEach(item => {
|
|
||||||
if (item.id.includes(this.detailUav.id)) {
|
|
||||||
viewer.entities.remove(item)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
this.detailUav.chart.data[0].data = []
|
this.detailUav.chart.data[0].data = []
|
||||||
this.detailUav.chart.data[1].data = []
|
this.detailUav.chart.data[1].data = []
|
||||||
this.detailUav.chart.data[2].data = []
|
this.detailUav.chart.data[2].data = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user