* Fix error that call method before load it.

This commit is contained in:
dingguodong
2023-09-11 13:29:51 +08:00
parent 4ca6501772
commit 89b9f29fa7
+1 -1
View File
@@ -1400,7 +1400,7 @@ class execution extends control
$this->view->pmUsers = $pmUsers;
$this->view->qdUsers = $qdUsers;
$this->view->rdUsers = $rdUsers;
$this->view->users = $this->user->getPairs('nodeleted|noclosed');
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->allProducts = $allProducts;
$this->view->linkedProducts = $linkedProducts;