* Fix bug.

This commit is contained in:
tianshujie98
2020-12-17 09:57:07 +08:00
parent 46fb8e19ec
commit 4bde79bc36
+1 -1
View File
@@ -247,7 +247,7 @@ class company extends control
/* Assign. */
$this->view->browseType = $browseType;
$this->view->account = $account;
$this->view->accountPairs = $this->user->getPairs('noclosed|nodeleted|noletter');
$this->view->accountPairs = $accountPairs;
$this->view->product = $product;
$this->view->project = $project;
$this->view->queryID = $queryID;