Commit 3117b064 by xiexiaoqin

fix: shecduleId -> meetingId

parent 1b88d3da
......@@ -321,6 +321,7 @@ create.Page({
onChangeTaskStatusOnList(e) {
const data = {
meetingId: e.meetingId,
platform: 'dingTalk',
taskModifyModel: {
commentId: e.commentId,
processState: e.status,
......@@ -766,7 +767,7 @@ create.Page({
nextDetail: throttle(function (e) {
console.log(e.target.dataset)
const { item } = e.target.dataset;
const scheduleItem = { scheduleId: item.scheduleId || item.id, scheduleTemplateId: item.scheduleTemplateId, planDate: item.planDate }
const scheduleItem = { scheduleId: item.meetingId || item.id, scheduleTemplateId: item.scheduleTemplateId, planDate: item.planDate }
dd.navigateTo({
url: `./../meetingDetail/meetingDetail?scheduleItem=${encodeURIComponent(JSON.stringify(scheduleItem))}`
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment