* Fix bug for screen view.

This commit is contained in:
宋辰轩
2024-05-16 14:26:00 +08:00
parent 6a088080fb
commit 73c83c6801
+4 -2
View File
@@ -128,9 +128,11 @@ class screenModel extends model
return $scheme;
}
$scheme->componentList = $this->buildComponentList($scheme->componentList);
$chartData = new stdclass();
$chartData->editCanvasConfig = $this->config->screen->editCanvasConfig;
$chartData->componentList = $this->buildComponentList($scheme);
return $scheme;
return $chartData;
}
/**