提交 db77c5a3 编写于 作者: NoSubject's avatar NoSubject

增加附件上载进度显示

上级 3ad4c51d
......@@ -208,7 +208,7 @@ MWF.xApplication.cms.Xform.Attachment = MWF.CMSAttachment = new Class({
this.form.documentAction.getAttachment(o.id, this.form.businessData.document.id, function (json) {
if (json.data) {
if (!json.data.control) json.data.control = {};
this.attachmentController.addAttachment(json.data);
this.attachmentController.addAttachment(json.data, o.messageId);
this.form.businessData.attachmentList.push(json.data);
}
this.attachmentController.checkActions();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册