提交 84ad5e0d 编写于 作者: U unknown

修复会议管理打印签到二维码报错的问题

上级 7d77f548
......@@ -946,7 +946,7 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
},
events : {
click : function(){
window.open(o2.filterUrl("../x_component_Meeting/$Main/qrPrint.html?meeting="+this.data.id), "_blank" );
window.open(o2.filterUrl("../x_desktop/meetingQrPrint.html?meeting="+this.data.id), "_blank" );
}.bind(this)
}
}).inject( this.qrCodeArea );
......
......@@ -7,7 +7,6 @@
<link rel="stylesheet" href="../x_desktop/css/mBoxTooltip.css" charset="UTF-8" />
<script src="../o2_core/o2.min.js?v=2.1.3"></script>
<script src="../o2_core/compatible.min.js?v=2.1.3"></script>
<script src="../o2_lib/Decimal.js"></script>
<script src="../x_desktop/js/base.min.js?v=2.1.3"></script>
<script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册