From 85c9f4967911ff1ea9f2d31072cd3d332b3a081c Mon Sep 17 00:00:00 2001 From: 18154758993 <605281283@qq.com> Date: Wed, 3 Sep 2025 15:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=89=8D=E7=AB=AF=E5=8D=9A?= =?UTF-8?q?=E7=88=B1=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/routine/disciplinaryApplication/detail.vue | 1 - src/views/routine/rtStuDropOutSchool/detail.vue | 1 - src/views/routine/rtStuQuitSchool/detail.vue | 1 - src/views/routine/rtStuReentrySchool/detail.vue | 1 - 4 files changed, 4 deletions(-) diff --git a/src/views/routine/disciplinaryApplication/detail.vue b/src/views/routine/disciplinaryApplication/detail.vue index 26a6f45..8abde91 100644 --- a/src/views/routine/disciplinaryApplication/detail.vue +++ b/src/views/routine/disciplinaryApplication/detail.vue @@ -248,7 +248,6 @@ export default { console.log("procInsId",procInsId) getDisciplinaryApplicationByProcInsId(procInsId).then((response) => { this.form = response.data - console.log("数据",this.form) this.form.penaltyType = this.form.penaltyType.toString() this.getStuInfo(this.form.stuNo) }) diff --git a/src/views/routine/rtStuDropOutSchool/detail.vue b/src/views/routine/rtStuDropOutSchool/detail.vue index d065a97..6950367 100644 --- a/src/views/routine/rtStuDropOutSchool/detail.vue +++ b/src/views/routine/rtStuDropOutSchool/detail.vue @@ -274,7 +274,6 @@ export default { getRtStuDropOutSchool(dropOutSchoolId) { getRtStuDropOutSchool(dropOutSchoolId).then((response) => { this.form = response.data - this.form.penaltyType = this.form.penaltyType.toString() }) }, // 类别 diff --git a/src/views/routine/rtStuQuitSchool/detail.vue b/src/views/routine/rtStuQuitSchool/detail.vue index 67556f7..0106ecc 100644 --- a/src/views/routine/rtStuQuitSchool/detail.vue +++ b/src/views/routine/rtStuQuitSchool/detail.vue @@ -285,7 +285,6 @@ export default { getRtStuQuitSchool(quitSchoolId) { getRtStuQuitSchool(quitSchoolId).then((response) => { this.form = response.data - this.form.penaltyType = this.form.penaltyType.toString() }) }, reentryYearMethodFormat(row, column) { diff --git a/src/views/routine/rtStuReentrySchool/detail.vue b/src/views/routine/rtStuReentrySchool/detail.vue index 61ebf2f..e240624 100644 --- a/src/views/routine/rtStuReentrySchool/detail.vue +++ b/src/views/routine/rtStuReentrySchool/detail.vue @@ -262,7 +262,6 @@ export default { getRtStuReentrySchool(reentryId) { getRtStuReentrySchool(reentryId).then((response) => { this.form = response.data - this.form.penaltyType = this.form.penaltyType.toString() }) }, getRtStuReentrySchoolByProcInsId(procInsId) {