修改雷达状态

main
scrin 3 weeks ago
parent 30c6f254bb
commit 7ad1156dbd

@ -1629,13 +1629,12 @@ const handleObstacle2 = () => {
description: dialog3Form.value.description, description: dialog3Form.value.description,
FodAirId: form1.value.region1 FodAirId: form1.value.region1
}).then(e => { }).then(e => {
// delShildData(e.row).then(e => { delShildData(e.row).then(e => {
// getShildTableList()
// })
getShildTableList() getShildTableList()
getObstacleList() getObstacleList()
dialog3.value = false dialog3.value = false
}) })
})
} }
const table3Ref = ref() const table3Ref = ref()
// //
@ -1666,6 +1665,7 @@ const batchDisposal2 = () => {
description: '', description: '',
FodAirId: form1.value.region1 FodAirId: form1.value.region1
})) }))
promiseArr.push(delShildData(row))
}) })
Promise.allSettled(promiseArr).then(() => { Promise.allSettled(promiseArr).then(() => {
getShildTableList() getShildTableList()

Loading…
Cancel
Save