diff --git a/schedule/src/main/resources/template/js/index/addSchedule.js b/schedule/src/main/resources/template/js/index/addSchedule.js index fa8a94fab909e596c9e8d32a753d5df012a88f00..9b7791ff08cc8474d38faa43798f2cc2daa5a984 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 1fe3a5d0064da7482b168bf3fc9927a82ffa9cb3..2b34bfce3b3e70f619278b5a7b570d5a5c17d6d6 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);