提交前端博爱错
This commit is contained in:
@@ -248,7 +248,6 @@ export default {
|
|||||||
console.log("procInsId",procInsId)
|
console.log("procInsId",procInsId)
|
||||||
getDisciplinaryApplicationByProcInsId(procInsId).then((response) => {
|
getDisciplinaryApplicationByProcInsId(procInsId).then((response) => {
|
||||||
this.form = response.data
|
this.form = response.data
|
||||||
console.log("数据",this.form)
|
|
||||||
this.form.penaltyType = this.form.penaltyType.toString()
|
this.form.penaltyType = this.form.penaltyType.toString()
|
||||||
this.getStuInfo(this.form.stuNo)
|
this.getStuInfo(this.form.stuNo)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -274,7 +274,6 @@ export default {
|
|||||||
getRtStuDropOutSchool(dropOutSchoolId) {
|
getRtStuDropOutSchool(dropOutSchoolId) {
|
||||||
getRtStuDropOutSchool(dropOutSchoolId).then((response) => {
|
getRtStuDropOutSchool(dropOutSchoolId).then((response) => {
|
||||||
this.form = response.data
|
this.form = response.data
|
||||||
this.form.penaltyType = this.form.penaltyType.toString()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 类别
|
// 类别
|
||||||
|
|||||||
@@ -285,7 +285,6 @@ export default {
|
|||||||
getRtStuQuitSchool(quitSchoolId) {
|
getRtStuQuitSchool(quitSchoolId) {
|
||||||
getRtStuQuitSchool(quitSchoolId).then((response) => {
|
getRtStuQuitSchool(quitSchoolId).then((response) => {
|
||||||
this.form = response.data
|
this.form = response.data
|
||||||
this.form.penaltyType = this.form.penaltyType.toString()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
reentryYearMethodFormat(row, column) {
|
reentryYearMethodFormat(row, column) {
|
||||||
|
|||||||
@@ -262,7 +262,6 @@ export default {
|
|||||||
getRtStuReentrySchool(reentryId) {
|
getRtStuReentrySchool(reentryId) {
|
||||||
getRtStuReentrySchool(reentryId).then((response) => {
|
getRtStuReentrySchool(reentryId).then((response) => {
|
||||||
this.form = response.data
|
this.form = response.data
|
||||||
this.form.penaltyType = this.form.penaltyType.toString()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getRtStuReentrySchoolByProcInsId(procInsId) {
|
getRtStuReentrySchoolByProcInsId(procInsId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user