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:
zhuyu 2025-06-02 12:21:54 +08:00 committed by Coding
commit fc7a74455b

View File

@ -151,11 +151,10 @@ class Detail extends Backend
$result = array("total" => count($res), "rows" => $res); $result = array("total" => count($res), "rows" => $res);
$this->assignconfig("manage", $this->auth->isSuperAdmin());
return json($result); return json($result);
} }
$this->assignconfig("manage", $this->auth->isSuperAdmin());
$this->view->assign("month", $month); $this->view->assign("month", $month);
$this->view->assign("salaryitem", json_encode($salaryItem)); $this->view->assign("salaryitem", json_encode($salaryItem));
return $this->view->fetch(); return $this->view->fetch();