fix isDirector

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-16 15:09:58 +07:00
parent 7f004f48d1
commit b33a50e839
5 changed files with 5 additions and 0 deletions

View file

@ -74,6 +74,7 @@ interface PositionMaim {
node: number;
nodeId: string;
isCondition: boolean;
isDirector: boolean;
}
interface PositionNo {

View file

@ -28,6 +28,7 @@ export const useSelectOrgStore = defineStore("selectorg", () => {
node: e.node,
nodeId: e.nodeId,
isCondition: e.isCondition,
isDirector: e.isDirector,
}));
return listPosNo;