提交 279109dc 编写于 作者: doc_wei's avatar doc_wei

【日程】入参修改

上级 f28de6d5
......@@ -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())){
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册