fix : orgTreeDnaId

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-24 17:30:10 +07:00
parent f899f05527
commit b70d9948c0
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ interface DataPost {
page: number;
pageSize: number;
selectedNodeId: string | null;
selectNode: string;
selectedNode: string;
}
interface DataOption {