From d0ffcb86cc8284bc861a6eacd37b4186a13b4d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E9=9D=92=E6=B2=B3=E8=BE=B9=E8=8D=89?= <421643133@qq.com> Date: Wed, 2 Aug 2023 15:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/Admin/Views/Log_LayuiAdmin/List.cshtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/NewLife.Cube.LayuiAdmin/Areas/Admin/Views/Log_LayuiAdmin/List.cshtml b/NewLife.Cube.LayuiAdmin/Areas/Admin/Views/Log_LayuiAdmin/List.cshtml index 46fdf665..dead2bba 100644 --- a/NewLife.Cube.LayuiAdmin/Areas/Admin/Views/Log_LayuiAdmin/List.cshtml +++ b/NewLife.Cube.LayuiAdmin/Areas/Admin/Views/Log_LayuiAdmin/List.cshtml @@ -20,8 +20,6 @@ var fields = ViewBag.Fields as FieldCollection; var ukey = fact.Unique; - var modelTable = ViewBag.ModelTable as ModelTable; - var modelCols = modelTable?.GetColumns()?.Where(w => w.ShowInSearch)?.ToList() ?? new List(); var act = Context.Request.Path + ""; if (act.IsNullOrEmpty()) {