提交前端博爱错
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
@@ -274,7 +274,6 @@ export default {
|
||||
getRtStuDropOutSchool(dropOutSchoolId) {
|
||||
getRtStuDropOutSchool(dropOutSchoolId).then((response) => {
|
||||
this.form = response.data
|
||||
this.form.penaltyType = this.form.penaltyType.toString()
|
||||
})
|
||||
},
|
||||
// 类别
|
||||
|
@@ -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) {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user