zxhxx 3 yıl önce
ebeveyn
işleme
3f6f892144
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      application/admin/controller/Lave.php

+ 1 - 2
application/admin/controller/Lave.php

@@ -40,8 +40,7 @@ class Lave extends Backend
         if ($this->request->isAjax()) {
             //如果发送的来源是Selectpage,则转发到Selectpage
             if ($this->request->request('keyField')) {
-                $data = $this->selectpage()->getData();
-                return $data;
+                return  $this->selectpage();
             }
             list($where, $sort, $order, $offset, $limit) = $this->buildparams();
             /**