main
suixy 5 days ago
parent 3c63c9f085
commit f6261e20bb

@ -2151,7 +2151,7 @@ const shildForm3 = ref({})
const openShildDialog3 = (e) => {
shildDialog3.value = true
shildForm3.value = {
id: e.row.id,
shildId: e.row.id,
lon: e.row.longitude,
lat: e.row.latitude,
strength: e.row.strength,
@ -2164,7 +2164,7 @@ const openShildDialog3 = (e) => {
const addShildItem3 = () => {
dotIndex2.value = -1
addShildData({...shildForm3.value, FodAirId: form1.value.region1}).then(e => {
DeleteDealObstacleModel({id: shildForm3.value.id})
DeleteDealObstacleModel({id: shildForm3.value.shildId})
shildDialog3.value = false
shildForm3.value = {}
getShildTableList()

Loading…
Cancel
Save