@ -379,7 +379,13 @@ const RIGHT = defineComponent({
))}
<ElButton type="primary" onClick={() => {
InsertCListData([{name: '', lon: '', lat: ''}]).then(() => {
InsertCListData([{
name: '',
lon: '',
lat: '',
fodAreaId: form6.value.region1,
fodAirId: form6.value.region
}]).then(() => {
getArea2()
})
}}