[Feature]:我的空间新增分组管理 #398
Annotations
10 errors
Type-Check
Type 'GroupType' is not assignable to type 'SpaceType'.
|
Type-Check
Argument of type 'never[]' is not assignable to parameter of type 'IGroup'.
|
Type-Check
Type '{ _id: string; name: string; createdAt: string; updatedAt?: string | undefined; ownerId: string; surveyTotal: number; } | undefined' is not assignable to type 'GroupItem | { _id: string; name: string; createdAt: string; updatedAt?: string | undefined; ownerId: string; surveyTotal: number; } | null'.
|
Type-Check
Type 'SpaceDetail | null' is not assignable to type 'GroupItem | { _id: string; name: string; createdAt: string; updatedAt?: string | undefined; ownerId: string; surveyTotal: number; } | null'.
|
Type-Check
Cannot find module '@/management/utils/types/workSpace' or its corresponding type declarations.
|
Type-Check
Property 'formDisabled' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ visible: boolean; }> & Omit<{ readonly visible: boolean; readonly type?: string | undefined; ... 4 more ...; readonly "onOn-close-codify"?: ((...args: any[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "visible">; .....'.
|
Type-Check
Property 'formDisabled' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ visible: boolean; }> & Omit<{ readonly visible: boolean; readonly type?: string | undefined; ... 4 more ...; readonly "onOn-close-codify"?: ((...args: any[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "visible">; .....'.
|
Type-Check
Property 'name' does not exist on type 'ComputedRef<{ name: string; _id: string; currentUserId: string; description: string; createdAt: string; curStatus: { date: number; status: string; }; memberTotal: number; currentUserRole: string; owner: string; ownerId: string; surveyTotal: number; } | undefined>'.
|
Type-Check
No overload matches this call.
|
Type-Check
Property 'children' does not exist on type 'Ref<{ icon: string; name: string; id: GroupType; children: never[]; }[], { icon: string; name: string; id: GroupType; children: never[]; }[] | { icon: string; name: string; id: GroupType; children: never[]; }[]>'.
|
Loading