修改拼写错误

This commit is contained in:
Yuan 2023-06-20 17:21:03 +08:00
parent 5f7052ba9b
commit bf2d81625f
2 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ export class GraphicApp extends EventEmitter<GraphicAppEvents> {
this.addGraphics(g);
});
// 加载数据关系
this.graphicStore.getAllGraphics().forEach((g) => g.loadRealtions());
this.graphicStore.getAllGraphics().forEach((g) => g.loadRelations());
// 更新id生成器
const max =
this.graphicStore

View File

@ -755,7 +755,7 @@ export abstract class JlGraphic extends Container {
/**
*
*/
loadRealtions() {}
loadRelations() {}
/**
*