You've already forked guangan
工单
This commit is contained in:
@ -36,6 +36,7 @@ class Type extends Controller
|
||||
*/
|
||||
public function add()
|
||||
{
|
||||
$this->title = '添加工单类型';
|
||||
TicketType::mForm('form');
|
||||
}
|
||||
|
||||
@ -45,6 +46,7 @@ class Type extends Controller
|
||||
*/
|
||||
public function edit()
|
||||
{
|
||||
$this->title = '编辑工单类型';
|
||||
TicketType::mForm('form');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user