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