临时外出初始化问题

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() { reset() {
this.form = { this.form = {
userId: undefined, userId:this.userInfo.id,
userName: undefined, userName:this.userInfo.name,
orgId: undefined, orgId: undefined,
leaveStartDate: undefined, leaveStartDate: undefined,
leaveStartInterval: undefined, leaveStartInterval: undefined,