diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_FileList/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_FileList/Index.js index d715061b7..baf71c171 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_FileList/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_FileList/Index.js @@ -156,20 +156,6 @@ var bootstrap = function ($, learun) { url: top.$.rootUrl + '/PersonnelManagement/WP_FileList/GetPageList', headData: [ { label: "标题", name: "FTitile", width: 200, align: "left" }, - { - label: "目录", name: "CId", width: 200, align: "left", - formatterAsync: function (callback, value, row, op, $cell) { - learun.clientdata.getAsync('custmerData', { - url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'FileCatalog', - key: value, - keyId: 'cid', - sync: true, - callback: function (_data) { - callback(_data['cname']); - } - }); - } - }, { label: "创建人", name: "FCreater", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {