修改拼写错误
This commit is contained in:
parent
5f7052ba9b
commit
bf2d81625f
@ -631,7 +631,7 @@ export class GraphicApp extends EventEmitter<GraphicAppEvents> {
|
|||||||
this.addGraphics(g);
|
this.addGraphics(g);
|
||||||
});
|
});
|
||||||
// 加载数据关系
|
// 加载数据关系
|
||||||
this.graphicStore.getAllGraphics().forEach((g) => g.loadRealtions());
|
this.graphicStore.getAllGraphics().forEach((g) => g.loadRelations());
|
||||||
// 更新id生成器
|
// 更新id生成器
|
||||||
const max =
|
const max =
|
||||||
this.graphicStore
|
this.graphicStore
|
||||||
|
@ -755,7 +755,7 @@ export abstract class JlGraphic extends Container {
|
|||||||
/**
|
/**
|
||||||
* 从数据加载恢复图形关系
|
* 从数据加载恢复图形关系
|
||||||
*/
|
*/
|
||||||
loadRealtions() {}
|
loadRelations() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取当前图形的所有图形关系
|
* 获取当前图形的所有图形关系
|
||||||
|
Loading…
Reference in New Issue
Block a user