* Finish task #91131.

This commit is contained in:
宋辰轩
2023-04-14 16:55:50 +08:00
parent 91897a2245
commit 5424de798c
7 changed files with 40 additions and 7 deletions
+2 -1
View File
@@ -604,8 +604,9 @@ class chartModel extends model
if($field)
{
$path = $this->app->getModuleRoot() . 'dataview' . DS . 'table' . DS . "$object.php";
include $path;
if(!is_file($path)) return;
include $path;
$options = $schema->fields[$field]['options'];
}
break;