* Optimize codes.

This commit is contained in:
liugang
2018-05-16 10:42:42 +08:00
parent eedea7b49c
commit e9ecb1fd9e
18 changed files with 141 additions and 118 deletions
-1
View File
@@ -149,7 +149,6 @@ js::set('browseType', $browseType);
$useDatatable = (isset($this->config->datatable->$datatableId->mode) and $this->config->datatable->$datatableId->mode == 'datatable');
$vars = "projectID=$project->id&status=$status&parma=$param&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage";
if($useDatatable) include '../../common/view/datatable.html.php';
$customFields = $this->datatable->getSetting('project');
if($project->type == 'ops')
{