|
|
|
|
@ -29,7 +29,7 @@ import {
|
|
|
|
|
getArea,
|
|
|
|
|
GetAllCData,
|
|
|
|
|
InsertCListData,
|
|
|
|
|
UpdateCData
|
|
|
|
|
UpdateCData, DeleteCData
|
|
|
|
|
} from "@/api/api";
|
|
|
|
|
import {useRouter} from "vue-router";
|
|
|
|
|
import {ElMessage} from "element-plus";
|
|
|
|
|
@ -376,6 +376,8 @@ const RIGHT = defineComponent({
|
|
|
|
|
/>
|
|
|
|
|
<ElButton type="primary" onClick={() => getPoint(k)}
|
|
|
|
|
style={{marginLeft: "20px"}}>获取</ElButton>
|
|
|
|
|
<ElButton type="danger" onClick={() => DeleteCData(i.id)}
|
|
|
|
|
style={{marginLeft: "20px"}}>删除</ElButton>
|
|
|
|
|
</div>
|
|
|
|
|
))}
|
|
|
|
|
|
|
|
|
|
|