From 7fb7b430bb180ca2edefae4340253300e48d1b65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=81=92=E6=88=90?= <962704835@qq.com>
Date: Thu, 4 Dec 2025 16:40:05 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BC=8D=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../enlistmentReserve/applicationForm.vue | 116 ------------------
1 file changed, 116 deletions(-)
diff --git a/src/views/routine/enlistmentReserve/applicationForm.vue b/src/views/routine/enlistmentReserve/applicationForm.vue
index be14c45..ee79663 100644
--- a/src/views/routine/enlistmentReserve/applicationForm.vue
+++ b/src/views/routine/enlistmentReserve/applicationForm.vue
@@ -297,103 +297,6 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -738,25 +641,6 @@ export default {
},
resetForm() {
this.$refs.formRef.resetFields();
- const resetApproval = () => ({
- id: null,
- applyId: null,
- processInstanceId: '',
- taskId: '',
- nodeName: '',
- approverId: null,
- approverName: '',
- approvalOpinion: '',
- approvalResult: null,
- approvalTime: ''
- });
-
- this.counselorApproval = { ...resetApproval(), nodeName: '辅导员' };
- this.academicApproval = { ...resetApproval(), nodeName: '学务' };
- this.collegeApproval = { ...resetApproval(), nodeName: '二级学院' };
- this.studentStatusApproval = { ...resetApproval(), nodeName: '学籍管理科' };
- this.deanApproval = { ...resetApproval(), nodeName: '教务处主管领导' };
-
this.formData.applyStatus = 0;
this.formData.reserveEndDate = '';
this.$message.info('表单已重置');