退伍复学表单数据

This commit is contained in:
2025-12-09 17:34:35 +08:00
parent fcee8aa2b2
commit 313185538e
3 changed files with 671 additions and 4 deletions

View File

@@ -309,6 +309,7 @@ export default {
this.form.sex = studentRes.data.gender;
this.form.grade = studentRes.data.gradeName;
listStudent({pageNum:1,pageSize:10,name:this.form.stName}).then(response => {
this.form.studentId = response.rows[0].stuId
// console.log(this.form.studentId)