瀏覽代碼

金隅通知公告

金隅分支
zhichao lei 4 年之前
父節點
當前提交
8606c87e28
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Controllers/NoticeController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Controllers/NoticeController.cs 查看文件

@@ -188,7 +188,7 @@ namespace Learun.Application.Web.Areas.LR_OAModule.Controllers
var userinfo = LoginUserInfo.Get();
Pagination paginationobj = new Pagination();
var newsList = noticeIBLL.GetList(keyword, userinfo.userId, categoryId).
Select(a => a.F_Status == "2");
Where(a => a.F_Status == "2");
var newsListOfSelf = new List<NewsEntity>();

foreach (var newsitemEntity in newsList)


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Views/Notice/ViewIndex.js 查看文件

@@ -42,7 +42,7 @@ var bootstrap = function ($, learun) {
},
initGrid: function () {
$('#gridtable').jfGrid({
url: top.$.rootUrl + '/LR_OAModule/Notice/GetListOfSelf',
url: top.$.rootUrl + '/LR_OAModule/Notice/GetListOfSelfJY',
headData: [
{ label: '公告标题', name: 'F_FullHead', index: 'F_FullHead', width: 600, align: 'left' },
{ label: '公告类别', name: 'F_Category', index: 'F_Category', width: 100, align: 'center' },


Loading…
取消
儲存