修改显示

main
suixy 2 months ago
parent dcfd80d0a0
commit af8220a991

@ -376,7 +376,7 @@ const RIGHT = defineComponent({
/> />
<ElButton type="primary" onClick={() => getPoint(k)} <ElButton type="primary" onClick={() => getPoint(k)}
style={{marginLeft: "20px"}}>获取</ElButton> style={{marginLeft: "20px"}}>获取</ElButton>
<ElButton type="danger" onClick={() => DeleteCData({id:parseFloat(i.id)})} <ElButton type="danger" onClick={() => DeleteCData({id:parseFloat(i.id)}).then(()=>getArea2())}
style={{marginLeft: "20px"}}>删除</ElButton> style={{marginLeft: "20px"}}>删除</ElButton>
</div> </div>
))} ))}

Loading…
Cancel
Save