lgy 2 days ago
parent
commit
1ebdc926fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/admin/controller/institution/Depart.php

+ 1 - 1
jcjyhr/app/admin/controller/institution/Depart.php

@@ -61,7 +61,7 @@ class Depart extends Backend
             ->where($where)
             ->where($where)
             ->order($order)
             ->order($order)
             ->paginate($limit);
             ->paginate($limit);
-        $res->visible(['institution' => ['name']]);
+        $res->visible(['institution' => ['NAME']]);
         $list = $res->items();
         $list = $res->items();
         $list = (json_decode(json_encode($list), true));
         $list = (json_decode(json_encode($list), true));
         $arr = [];
         $arr = [];