bug: 取fullname
This commit is contained in:
parent
1deb6e58ec
commit
4072e8b1c4
@ -130,7 +130,7 @@
|
||||
// 新增申请表单对象
|
||||
const applyForm = ref<Partial<material.AuditApplyInfo>>({
|
||||
auditType: 'ALL',
|
||||
applicant: userStore.userName,
|
||||
applicant: userStore.fullName,
|
||||
type: 'AUDIT',
|
||||
applyDate: dayjs() + '',
|
||||
confirm: false,
|
||||
@ -158,7 +158,7 @@
|
||||
api.aclApi.user.all((data) => {
|
||||
personList.value = data.map((item) => {
|
||||
return {
|
||||
value: item?.name,
|
||||
value: item?.fullName,
|
||||
label: item?.fullName,
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user