You've already forked guangan
菜单,首页数据
This commit is contained in:
@ -213,6 +213,13 @@ class Ticket extends Controller
|
||||
$this->fetch();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
* 审核提交
|
||||
* @auth true
|
||||
* @menu true
|
||||
*/
|
||||
public function create_approval()
|
||||
{
|
||||
$data = $this->_vali([
|
||||
@ -268,6 +275,14 @@ class Ticket extends Controller
|
||||
$this->success('创建成功!');
|
||||
}
|
||||
|
||||
/**
|
||||
* 进行审核
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
*
|
||||
* @auth true
|
||||
* @menu true
|
||||
*/
|
||||
public function do_approve()
|
||||
{
|
||||
$data = $this->_vali([
|
||||
|
Reference in New Issue
Block a user