* Get the execution list.

This commit is contained in:
tianshujie
2022-08-19 11:33:10 +08:00
parent 4c15f7fa5b
commit e667ba15db
+1 -1
View File
@@ -41,7 +41,7 @@ class executionsEntry extends entry
else
{
$control = $this->loadController('execution', 'all');
$control->all($this->param('status', 'all'), $this->param('project', $projectID), $this->param('order', 'id_desc'), 0, 0, $this->param('limit', 20), $this->param('page', 1));
$control->all($this->param('status', 'all'), $this->param('order', 'id_desc'), 0, '', 0, $this->param('limit', 20), $this->param('page', 1));
$data = $this->getData();
if(!$data or !isset($data->status)) return $this->sendError(400, 'error');