* Add a file name when export executions.

This commit is contained in:
qiyu-xie
2021-03-17 13:45:44 +08:00
parent 6d6ea9af3f
commit 08ec8f2280
+2
View File
@@ -2804,6 +2804,8 @@ class execution extends control
$this->fetch('file', 'export2' . $this->post->fileType, $_POST);
}
$this->view->fileName = (in_array($status, array('all', 'undone')) ? $this->lang->execution->$status : $this->lang->execution->statusList[$status]) . $this->lang->execution->common;
$this->display();
}