提交 5ebeb39c 编写于 作者: U unknown

修复已阅后没有关闭提示界面的问题

上级 791c250c
......@@ -3869,7 +3869,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
if (read) {
_self.app.action.setReaded(function () {
this.fireEvent("afterReaded");
_self.fireEvent("afterReaded");
_self.app.reload();
if (layout.mobile) {
......@@ -3878,7 +3878,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
} else {
this.close();
}
}.bind(_self), null, read.id, read);
}, null, read.id, read);
} else {
_self.app.reload();
if (layout.mobile) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册