|
|
|
|
@ -1618,6 +1618,7 @@ const handleCameraChange2 = (e) => {
|
|
|
|
|
const openHandleObstacleDialog2 = (e) => {
|
|
|
|
|
dialog3.value = true
|
|
|
|
|
dialog3Form.value = {
|
|
|
|
|
id: e.row.id,
|
|
|
|
|
time: e.row.time,
|
|
|
|
|
longitude: e.row.lon,
|
|
|
|
|
latitude: e.row.lat,
|
|
|
|
|
@ -1636,6 +1637,8 @@ const delShildItem = (e) => {
|
|
|
|
|
// 确定处理
|
|
|
|
|
const handleObstacle2 = () => {
|
|
|
|
|
dotIndex2.value = -1
|
|
|
|
|
let id = dialog3Form.value.id
|
|
|
|
|
delete dialog3Form.value.id
|
|
|
|
|
InserDealObstacleModel({
|
|
|
|
|
longitude: dialog3Form.value.longitude,
|
|
|
|
|
latitude: dialog3Form.value.latitude,
|
|
|
|
|
@ -1645,7 +1648,7 @@ const handleObstacle2 = () => {
|
|
|
|
|
description: dialog3Form.value.description,
|
|
|
|
|
FodAirId: form1.value.region1
|
|
|
|
|
}).then(e => {
|
|
|
|
|
delShildData(e.row).then(e => {
|
|
|
|
|
delShildData(id).then(e => {
|
|
|
|
|
getShildTableList()
|
|
|
|
|
getObstacleList()
|
|
|
|
|
dialog3.value = false
|
|
|
|
|
|