Commit e60c791f by xiexiaoqin

fix: 重复会议动态文件编辑和删除

parent b2658c6e
...@@ -1384,7 +1384,9 @@ create.Page({ ...@@ -1384,7 +1384,9 @@ create.Page({
if (itemData.fileInfos) { if (itemData.fileInfos) {
item.fileView = { item.fileView = {
fileInfos: JSON.parse(itemData.fileInfos), fileInfos: JSON.parse(itemData.fileInfos),
creatorInfo: itemData.creatorInfo creatorInfo: itemData.creatorInfo,
id: itemData.id,
description: itemData.description
}; };
} }
if (itemData.taskInfos) { if (itemData.taskInfos) {
......
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