提交 beebf3d4 编写于 作者: U unknown

修复点已阅没有关闭确认界面的问题

上级 fdc8ad26
......@@ -3859,6 +3859,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
var text = "您确定要将“" + title + "”标记为已阅吗?";
this.app.confirm("infor", e, "标记已阅确认", text, 300, 120, function () {
var confirmDlg = this;
var read = null;
for (var i = 0; i < _self.businessData.readList.length; i++) {
if (_self.businessData.readList[i].person === layout.session.user.distinguishedName) {
......@@ -3876,7 +3877,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
//移动端页面关闭
_self.finishOnMobile()
} else {
this.close();
confirmDlg.close();
}
}, null, read.id, read);
} else {
......@@ -3886,7 +3887,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
//移动端页面关闭
_self.finishOnMobile()
} else {
this.close();
confirmDlg.close();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册