diff --git a/ruoyi-ui/src/views/hit/registrationStudentInfo/index.vue b/ruoyi-ui/src/views/hit/registrationStudentInfo/index.vue index a8be6b2..05e9538 100644 --- a/ruoyi-ui/src/views/hit/registrationStudentInfo/index.vue +++ b/ruoyi-ui/src/views/hit/registrationStudentInfo/index.vue @@ -288,10 +288,9 @@ export default { for (let i = 0; i < this.HitRegistrationStudentInfoList.length; i++) { //判断当前登录用户是否为指导老师 this.HitRegistrationStudentInfoList[i].zdTeacherList =this.HitRegistrationStudentInfoList[i].zdTeacher.map(teacher => teacher.userId) - // this.HitRegistrationStudentInfoList[i].status = '' + this.HitRegistrationStudentInfoList[i].registrationInformation= {} //循环this.registrationInformation for (let j = 0; j < this.registrationInformation.length; j++) { - console.log("看看执行") if (this.registrationInformation[j].regId == this.HitRegistrationStudentInfoList[i].id){ this.HitRegistrationStudentInfoList[i].registrationInformation = this.registrationInformation[j] } @@ -300,8 +299,6 @@ export default { } console.log("this.HitRegistrationStudentInfoList", this.HitRegistrationStudentInfoList) - // this.zdTeacherList = this.HitRegistrationStudentInfoList[0].zdTeacher.map(teacher => teacher.userId); - this.total = response.total; this.loading = false; }); @@ -317,7 +314,6 @@ export default { //指导老师同意 submitData(data,status) { data.status = status - // this.registrationInformation.regId = regId console.log("这是提交的信息", data) editRegUser(data).then(res => {