Compare commits
No commits in common. "3214ef1cc40f6f750ab600100fb4a0e9b72f8459" and "38045a10271f81b65820db402051fefc62b0a2cd" have entirely different histories.
3214ef1cc4
...
38045a1027
@ -60,8 +60,6 @@ export interface GraphicQueryStore {
|
||||
code: string,
|
||||
type: string
|
||||
): T[];
|
||||
|
||||
checkIdExist(v: number): boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -210,8 +208,4 @@ export class GraphicStore implements GraphicQueryStore {
|
||||
this.relationManage.clear();
|
||||
this.store.clear();
|
||||
}
|
||||
|
||||
checkIdExist(id: number) {
|
||||
return this.store.has(id)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user