mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-17 07:03:58 +00:00
update 调整选人警告
This commit is contained in:
@@ -108,7 +108,7 @@ interface PropType {
|
||||
modelValue?: UserVO[] | UserVO | undefined;
|
||||
multiple?: boolean;
|
||||
data?: string | number | (string | number)[] | undefined;
|
||||
userIds?: string;
|
||||
userIds?: string | number | (string | number)[] | undefined;
|
||||
}
|
||||
const prop = withDefaults(defineProps<PropType>(), {
|
||||
multiple: true,
|
||||
|
Reference in New Issue
Block a user