前端
This commit is contained in:
parent
93f15ef07f
commit
81b46dd538
@ -1279,9 +1279,11 @@ if ($act == 'newevent') {
|
||||
if ("<?=$canEdit?>" != "1" && "<?=$issxarole?>" != "1") return;
|
||||
if (confirm("确定删除这条记录?")) {
|
||||
$.ajax({
|
||||
url: './?app=pmcalendar&act=edityanqi',
|
||||
url: './?app=pmcalendar',
|
||||
dataType: 'json',
|
||||
data: {
|
||||
act: 'edityanqi',
|
||||
id: notid,
|
||||
idx: idx,
|
||||
del: 1
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user