update 调整选人警告

This commit is contained in:
gssong
2025-03-06 20:57:49 +08:00
parent 07b8bc65ec
commit 21234379b3
2 changed files with 4 additions and 4 deletions

View File

@@ -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,