更新细节

This commit is contained in:
yaooo 2023-11-16 16:53:01 +08:00
parent 38fc6e4850
commit 8d757335e3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class UserController extends BaseAdminController
{ {
return $this->dataLists(new UserLists()); return $this->dataLists(new UserLists());
} }
// 供销系统公司负责人
public function taskLists(): Json public function taskLists(): Json
{ {
$params=$this->request->get(['page_no','page_size','company_id', 'account', 'mobile']); $params=$this->request->get(['page_no','page_size','company_id', 'account', 'mobile']);