Browse Source

组织架构层级列表

wufeng 2 years ago
parent
commit
6fbc56dfa5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/admin/controller/Newfill.php

+ 2 - 2
app/admin/controller/Newfill.php

@@ -276,9 +276,9 @@ class Newfill extends Base
     /*查询*/
     public function query()
     {
-
+        $param = $this->request->filter('trim')->post();
         $userCommon = new \app\admin\common\User();
-        $rs = $userCommon->handle('query');
+        $rs = $userCommon->handle('query',$param);
 
         return json_show($rs['code'], $rs['message'],$rs['data']);