Accept Merge Request #94: (feature/zy -> develop)
Merge Request: feature: task notice Created By: @zhuyu Accepted By: @zhuyu URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/94
This commit is contained in:
commit
fc7a74455b
|
|
@ -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