|
|
@@ -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) { |
|
|
|