From 2d7c040747738ec63327611bef7d9c6b1d78ccd8 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 10 Oct 2025 17:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index e29adbc..2200466 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -379,7 +379,13 @@ const RIGHT = defineComponent({ ))} { - InsertCListData([{name: '', lon: '', lat: ''}]).then(() => { + InsertCListData([{ + name: '', + lon: '', + lat: '', + fodAreaId: form6.value.region1, + fodAirId: form6.value.region + }]).then(() => { getArea2() }) }}