Fix issue

This commit is contained in:
zhaoke
2022-12-09 05:57:49 +00:00
parent 6a65a41eef
commit c45cc99854
14 changed files with 47 additions and 58 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class zahost extends control
$this->view->zahost = $this->zahost->getById($id);
$this->view->orderBy = $orderBy;
$this->view->nodeList = $this->loadModel("zanode")->getListByHost($this->view->zahost->parent, $orderBy);
$this->view->nodeList = $this->loadModel("zanode")->getListByHost($this->view->zahost->id, $orderBy);
$this->view->actions = $this->loadModel('action')->getList('zahost', $id);
$this->view->users = $this->loadModel('user')->getPairs('noletter|nodeleted');
$this->display();