mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复编辑器中crud2 id自动修改问题 (#10989)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
a751ede14e
commit
ab2a052638
@ -1895,7 +1895,7 @@ export class EditorManager {
|
||||
(id, value) => batch.unshift({id, value}),
|
||||
ids
|
||||
);
|
||||
ids.set(schema.id, node.schemaPath);
|
||||
node.schemaPath && ids.set(schema.id, node.schemaPath);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user