上传
This commit is contained in:
@@ -157,6 +157,9 @@ const props = defineProps({
|
||||
},
|
||||
userOptions: {
|
||||
type: Array
|
||||
},
|
||||
allUserOptions: {
|
||||
type: Array
|
||||
}
|
||||
})
|
||||
|
||||
@@ -168,7 +171,7 @@ const formSchema = computed(() => {
|
||||
it.componentProps['disabled'] = formType.value != 'create'
|
||||
}
|
||||
if (it.field == 'convertPeople') {
|
||||
it.options = props.userOptions.map((it) => ({ ...it, name: it.nickname }))
|
||||
it.options = props.allUserOptions.map((it) => ({ ...it, name: it.nickname }))
|
||||
}
|
||||
})
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user