diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js index 8c3146061..6faf8ccf6 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js @@ -74,7 +74,18 @@ var bootstrap = function ($, learun) { mainId: 'F_NewsId', isPage: false, sidx: 'F_CreateDate', - sord: 'desc' + sord: 'desc', + dblclick:function(val) { + learun.layerForm({ + id: 'formview', + title: '查看公告', + url: top.$.rootUrl + '/Utility/ListContentIndex?id=' + val.F_NewsId, + width: 1000, + height: 650, + maxmin: true, + btn: null + }); + } }); page.search(); },