cid删除通知

This commit is contained in:
junleea 2024-11-24 16:15:47 +08:00
parent 6511b431ae
commit ee77bbf130
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@ export default {
router.push("/cidlog"); router.push("/cidlog");
}, },
async deleteCID(index) { async deleteCID(index) {
//
if (!confirm("是否删除")) {
return;
}
var id = this.tableData[index].ID; var id = this.tableData[index].ID;
var delete_data = { var delete_data = {
id: id, id: id,