From 81b46dd5380bcb89798ab4ed61b206b2c478c9d2 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 3 Mar 2021 15:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pmcalendar.php b/pmcalendar.php index 2c0e86f..3f8fd0c 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -1279,9 +1279,11 @@ if ($act == 'newevent') { if ("" != "1" && "" != "1") return; if (confirm("确定删除这条记录?")) { $.ajax({ - url: './?app=pmcalendar&act=edityanqi', + url: './?app=pmcalendar', dataType: 'json', data: { + act: 'edityanqi', + id: notid, idx: idx, del: 1 },