临时外出初始化问题

This commit is contained in:
fl 2025-03-10 13:35:11 +08:00
parent eb6d05e514
commit 2e1d80a90c
1 changed files with 2 additions and 2 deletions

View File

@ -537,8 +537,8 @@ export default {
//
reset() {
this.form = {
userId: undefined,
userName: undefined,
userId:this.userInfo.id,
userName:this.userInfo.name,
orgId: undefined,
leaveStartDate: undefined,
leaveStartInterval: undefined,