提交前端博爱错

This commit is contained in:
2025-09-03 15:25:39 +08:00
parent 6bda0684a2
commit 85c9f49679
4 changed files with 0 additions and 4 deletions

View File

@@ -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)
})

View File

@@ -274,7 +274,6 @@ export default {
getRtStuDropOutSchool(dropOutSchoolId) {
getRtStuDropOutSchool(dropOutSchoolId).then((response) => {
this.form = response.data
this.form.penaltyType = this.form.penaltyType.toString()
})
},
// 类别

View File

@@ -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) {

View File

@@ -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) {