master
LiuJiaNan 2025-11-18 10:27:13 +08:00
parent 3becbf074d
commit c22f83d6a9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function Add(props) {
const userInfo = await getUserInfo();
form.setFieldsValue({
hiddenFindDept: userInfo.departmentId,
creatorId: userInfo.userId,
creatorId: userInfo.id,
hiddenFindDeptName: userInfo.departmentName,
creatorName: userInfo.name,
});