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