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