diff --git a/src/views/routine/enlistmentReserve/applicationForm.vue b/src/views/routine/enlistmentReserve/applicationForm.vue index e0e7dd0..0c35134 100644 --- a/src/views/routine/enlistmentReserve/applicationForm.vue +++ b/src/views/routine/enlistmentReserve/applicationForm.vue @@ -593,7 +593,7 @@ export default { const year = new Date().getFullYear(); const randomNo = Math.floor(Math.random() * 1000000).toString().padStart(6, '0'); this.formData.applyNo = `RY${year}${randomNo}`; // 获取申请编号 - this.formData.reserveNo = `RN${year}${randomNo}`; // 获取保留学籍编号 + // this.formData.reserveNo = `RN${year}${randomNo}`; // 获取保留学籍编号 } this.formData.updateTime = new Date().toISOString().split('T')[0]; this.formData.applyReason = "本人应征入伍,申请保留学籍从 " + this.formData.reserveStartDate + " 至退役后两年。"