You've already forked qlg.tsgz.moe
列表页
This commit is contained in:
29
hyhproject/admin/controller/LogSysData.php
Normal file
29
hyhproject/admin/controller/LogSysData.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace wstmart\admin\controller;
|
||||
|
||||
use wstmart\admin\model\LogSysData as M;
|
||||
|
||||
class LogSysData extends Base
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return $this->fetch("list");
|
||||
}
|
||||
|
||||
public function index2()
|
||||
{
|
||||
return $this->fetch("list2");
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取分页
|
||||
*/
|
||||
public function pageQuery(){
|
||||
$m = new M();
|
||||
$rs = $m->pageQuery();
|
||||
return WSTGrid($rs);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user