From 7ad1156dbd5e1560a2a51b1cc57a54850e9aad44 Mon Sep 17 00:00:00 2001 From: scrin <2277317060@qq.com> Date: Sun, 30 Nov 2025 17:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9B=B7=E8=BE=BE=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 493ea45..142a335 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1629,12 +1629,11 @@ const handleObstacle2 = () => { description: dialog3Form.value.description, FodAirId: form1.value.region1 }).then(e => { - // delShildData(e.row).then(e => { - // getShildTableList() - // }) - getShildTableList() - getObstacleList() - dialog3.value = false + delShildData(e.row).then(e => { + getShildTableList() + getObstacleList() + dialog3.value = false + }) }) } const table3Ref = ref() @@ -1666,6 +1665,7 @@ const batchDisposal2 = () => { description: '', FodAirId: form1.value.region1 })) + promiseArr.push(delShildData(row)) }) Promise.allSettled(promiseArr).then(() => { getShildTableList()