From 279109dc58f3fe180db5b8901066373204d77799 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Mon, 1 Aug 2022 23:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=97=A5=E7=A8=8B=E3=80=91=E5=85=A5?= =?UTF-8?q?=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule/src/main/resources/template/js/index/addSchedule.js | 2 +- schedule/src/main/resources/template/js/index/mySchedule.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/schedule/src/main/resources/template/js/index/addSchedule.js b/schedule/src/main/resources/template/js/index/addSchedule.js index fa8a94fab..9b7791ff0 100644 --- a/schedule/src/main/resources/template/js/index/addSchedule.js +++ b/schedule/src/main/resources/template/js/index/addSchedule.js @@ -144,7 +144,7 @@ layui.config({ remindType: $("#remindType").val(), type: $("#scheduleType").val(), typeName: $("#scheduleType option:selected").text(), - import: data.field.scheduleImport, + imported: data.field.scheduleImport, }; if(data.field.allDay || data.field.allDay == 'true'){//全天 if(isNull($("#scheduleStartTime").val())){ diff --git a/schedule/src/main/resources/template/js/index/mySchedule.js b/schedule/src/main/resources/template/js/index/mySchedule.js index 1fe3a5d00..2b34bfce3 100644 --- a/schedule/src/main/resources/template/js/index/mySchedule.js +++ b/schedule/src/main/resources/template/js/index/mySchedule.js @@ -146,8 +146,7 @@ layui.config({ scheduleTitle: event.title, scheduleStartTime: event.start._d.format("yyyy-MM-dd hh:mm:ss"), scheduleEndTime: event.end._d.format("yyyy-MM-dd hh:mm:ss"), - id: event.id, - rowId: event.id + id: event.id }; AjaxPostUtil.request({url: reqBasePath + "syseveschedule005", params: params, type: 'json', callback: function (json) { joinTodaySchedule(params); -- GitLab