示例#1
0
 public function doList()
 {
     $com = $this->getComponent();
     $this->onQueryReady(function ($e) use($com) {
         $e['query']->where('type', $com['keyword']);
     });
     return parent::doList();
 }