浏览代码

文件管理去掉列表内文件夹显示

怀来职教中心中职
liangkun 1年前
父节点
当前提交
f0719e2e3c
共有 1 个文件被更改,包括 0 次插入14 次删除
  1. +0
    -14
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_FileList/Index.js

+ 0
- 14
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) {


正在加载...
取消
保存