修改显示

main
suixy 2 months ago
parent dbae28848c
commit 2d7c040747

@ -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()
})
}}

Loading…
Cancel
Save