Skip to content

Commit

Permalink
去掉无用的引用
Browse files Browse the repository at this point in the history
  • Loading branch information
YYNNB committed Aug 2, 2023
1 parent 05dd939 commit d0ffcb8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<ModelColumn>();
var act = Context.Request.Path + "";
if (act.IsNullOrEmpty())
{
Expand Down

0 comments on commit d0ffcb8

Please sign in to comment.