feature: task notice

This commit is contained in:
zhuyu 2025-06-02 12:21:17 +08:00
parent a31f337a65
commit f25f1bb262

View File

@ -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();