From f0719e2e3cb6cbd0a8c3dc44b338cc97d6cf8114 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 23 May 2023 14:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=88=97=E8=A1=A8=E5=86=85=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonnelManagement/Views/WP_FileList/Index.js | 14 -------------- 1 file changed, 14 deletions(-) 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) {