cid删除通知
This commit is contained in:
parent
6511b431ae
commit
ee77bbf130
|
|
@ -100,6 +100,11 @@ export default {
|
|||
router.push("/cidlog");
|
||||
},
|
||||
async deleteCID(index) {
|
||||
//判断是否删除
|
||||
if (!confirm("是否删除")) {
|
||||
return;
|
||||
}
|
||||
|
||||
var id = this.tableData[index].ID;
|
||||
var delete_data = {
|
||||
id: id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue