diff --git a/ui/src/api/type/role.ts b/ui/src/api/type/role.ts index 50aa99682..5f92e850a 100644 --- a/ui/src/api/type/role.ts +++ b/ui/src/api/type/role.ts @@ -60,9 +60,11 @@ interface FormItemModel { path: string label?: string rules?: Arrayable, - selectProps: { + hidden?: (e: any) => boolean, + selectProps?: { options?: { label: string, value: string }[] placeholder?: string + multiple?: boolean } } diff --git a/ui/src/views/role/component/AddMemberDrawer.vue b/ui/src/views/role/component/AddMemberDrawer.vue index 3a12872ca..e9de95800 100644 --- a/ui/src/views/role/component/AddMemberDrawer.vue +++ b/ui/src/views/role/component/AddMemberDrawer.vue @@ -25,7 +25,6 @@