* Move xmind functions to lib.

This commit is contained in:
zhaoke
2023-04-13 13:51:34 +08:00
parent eb833be4e5
commit a64bc7d5ab
14 changed files with 281 additions and 281 deletions
-1
View File
@@ -75,7 +75,6 @@ class datatableModel extends model
$module = zget($this->config->datatable->moduleAlias, "$module-$method", $module);
if(!isset($this->config->$module)) $this->loadModel($module);
$setting = "";
if(isset($this->config->datatable->$datatableId->$key))
{
if($datatableId == 'testcaseBrowse' && $key == 'tablecols' && $this->cookie->onlyScene)