This commit is contained in:
2024-11-29 14:34:18 +08:00
parent a67e7fb80a
commit 1e82f2f69d
2 changed files with 2 additions and 1 deletions

View File

@ -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');
}