From 2e1d80a90c12872f99a6d3a1f0fc72fcd96d0150 Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Mon, 10 Mar 2025 13:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=A4=96=E5=87=BA=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/process/outApply/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/process/outApply/index.vue b/src/views/process/outApply/index.vue index 47424aa..24cb82a 100644 --- a/src/views/process/outApply/index.vue +++ b/src/views/process/outApply/index.vue @@ -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,