cid删除通知
This commit is contained in:
parent
6511b431ae
commit
ee77bbf130
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue