mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
fix: fix internal project.getSchema default stage is error
This commit is contained in:
parent
c657cee069
commit
0d40db2581
@ -52,7 +52,7 @@ export class Project {
|
|||||||
/**
|
/**
|
||||||
* 获取项目整体 schema
|
* 获取项目整体 schema
|
||||||
*/
|
*/
|
||||||
getSchema(stage: TransformStage = TransformStage.Render): ProjectSchema {
|
getSchema(stage: TransformStage = TransformStage.Save): ProjectSchema {
|
||||||
return {
|
return {
|
||||||
...this.data,
|
...this.data,
|
||||||
// TODO: future change this filter
|
// TODO: future change this filter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user