@ -378,7 +378,11 @@ const RIGHT = defineComponent({
</div>
))}
<ElButton type="primary" onClick={() => areaPoints.value.push({name: '', lon: '', lat: ''})}
<ElButton type="primary" onClick={() => {
InsertCListData([{name: '', lon: '', lat: ''}]).then(() => {
getArea2()
})
}}
style={{textAlign: "center"}}>添加</ElButton>
</ElCard>