* [bug#59890,done,0.2h] fix an error when removing a member.

This commit is contained in:
tianshujie
2025-02-20 13:32:09 +08:00
committed by 曹延义
parent 17e3a0b799
commit 5ba94ef156
+1 -1
View File
@@ -1172,7 +1172,7 @@ class project extends control
/* if ajax request, send result. */
if(dao::isError()) return $this->sendError(dao::getError());
$this->execution->getLimitedExecution();
$this->loadModel('execution')->getLimitedExecution();
return $this->send(array('result' => 'success', 'load' => $this->createLink($this->config->vision == 'or' ? 'marketresearch' : 'project', 'team', "projectID={$projectID}")));
}