From 7d4df94d86f8f84ac003895f90cef9442daee89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 10 Feb 2026 16:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=AE=A1=E7=90=86-=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E7=AE=A1=E7=90=86=EF=BC=8C=E5=8E=86=E5=8F=B2=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=AE=A1=E6=89=B9=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../employeesapply/components/EmployeesApplyHistoryForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/admin/employeesapply/components/EmployeesApplyHistoryForm.vue b/src/views/admin/employeesapply/components/EmployeesApplyHistoryForm.vue index eb92c0f..887c6b3 100644 --- a/src/views/admin/employeesapply/components/EmployeesApplyHistoryForm.vue +++ b/src/views/admin/employeesapply/components/EmployeesApplyHistoryForm.vue @@ -51,6 +51,7 @@ + 待审核 审核通过 审核驳回 @@ -203,6 +204,8 @@ async function show(record) { formData.status = 'modifyFail' }else if(record.status == '2'){ formData.status = 'modifyPass' + }else if(record.status == '1'){ + formData.status = 'pending' } formData.auditContent = record.auditContent // 存储id和pkId到formData