feature: task notice
This commit is contained in:
parent
a31f337a65
commit
f25f1bb262
|
|
@ -151,11 +151,10 @@ class Detail extends Backend
|
|||
$result = array("total" => count($res), "rows" => $res);
|
||||
|
||||
|
||||
$this->assignconfig("manage", $this->auth->isSuperAdmin());
|
||||
return json($result);
|
||||
}
|
||||
|
||||
|
||||
$this->assignconfig("manage", $this->auth->isSuperAdmin());
|
||||
$this->view->assign("month", $month);
|
||||
$this->view->assign("salaryitem", json_encode($salaryItem));
|
||||
return $this->view->fetch();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user