提交前端博爱错

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