mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
更新编辑
This commit is contained in:
parent
a937e804b9
commit
566c24ae37
@ -58,14 +58,14 @@ class Menu extends BasicAdmin {
|
|||||||
* 添加菜单
|
* 添加菜单
|
||||||
*/
|
*/
|
||||||
public function add() {
|
public function add() {
|
||||||
return $this->_form($this->table);
|
return $this->_form($this->table, 'form');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 编辑菜单
|
* 编辑菜单
|
||||||
*/
|
*/
|
||||||
public function edit() {
|
public function edit() {
|
||||||
return $this->_form($this->table);
|
return $this->_form($this->table, 'form');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -156,7 +156,7 @@ class BasicAdmin extends Controller {
|
|||||||
$this->_callback('_form_filter', $vo);
|
$this->_callback('_form_filter', $vo);
|
||||||
$this->assign('vo', $vo);
|
$this->assign('vo', $vo);
|
||||||
empty($this->title) or $this->assign('title', $this->title);
|
empty($this->title) or $this->assign('title', $this->title);
|
||||||
return is_null($tpl) ? $vo : $this->display($tpl);
|
return is_null($tpl) ? $vo : $this->fetch($tpl);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user