From 3c63c9f0853da42cee8eeba5da29ba1022bc9aa8 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 12 Dec 2025 14:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/index.vue b/src/views/index.vue index b5c03cb..7cd5ab5 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2151,6 +2151,7 @@ const shildForm3 = ref({}) const openShildDialog3 = (e) => { shildDialog3.value = true shildForm3.value = { + id: e.row.id, lon: e.row.longitude, lat: e.row.latitude, strength: e.row.strength, @@ -2163,6 +2164,7 @@ const openShildDialog3 = (e) => { const addShildItem3 = () => { dotIndex2.value = -1 addShildData({...shildForm3.value, FodAirId: form1.value.region1}).then(e => { + DeleteDealObstacleModel({id: shildForm3.value.id}) shildDialog3.value = false shildForm3.value = {} getShildTableList()