+ Add unit test for screenModel::initComponent.

This commit is contained in:
wangxuepeng
2023-12-04 14:15:31 +08:00
parent bf7804206b
commit 22d7c4e452
4 changed files with 74 additions and 1 deletions
+1
View File
@@ -1635,6 +1635,7 @@ class screenModel extends model
if(isset($component->chartConfig))
{
$componentType = '';
foreach($this->config->screen->chartConfig as $type => $chartConfig)
{
$chartConfig = json_decode($chartConfig);