入伍申请记录学院名称过滤
This commit is contained in:
@@ -546,6 +546,7 @@ export default {
|
|||||||
this.formData.major = res.rows[0].srsMajors.majorName
|
this.formData.major = res.rows[0].srsMajors.majorName
|
||||||
this.formData.studentId = res.rows[0].stuId
|
this.formData.studentId = res.rows[0].stuId
|
||||||
this.formData.teacherName = res.rows[0].cphName
|
this.formData.teacherName = res.rows[0].cphName
|
||||||
|
this.formData.deptName = res.rows[0].deptName
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -591,6 +592,7 @@ export default {
|
|||||||
this.formData.className = res.data.className
|
this.formData.className = res.data.className
|
||||||
this.formData.grade = res.data.gradeName
|
this.formData.grade = res.data.gradeName
|
||||||
this.formData.teacherName = res.data.teacherName
|
this.formData.teacherName = res.data.teacherName
|
||||||
|
this.formData.deptName = res.data.deptName
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -272,6 +272,7 @@ export default {
|
|||||||
reserveStartDate: null,
|
reserveStartDate: null,
|
||||||
reserveEndDate: null,
|
reserveEndDate: null,
|
||||||
approvalNo: null,
|
approvalNo: null,
|
||||||
|
deptName: null
|
||||||
},
|
},
|
||||||
// 表单参数
|
// 表单参数
|
||||||
form: {},
|
form: {},
|
||||||
@@ -354,6 +355,8 @@ export default {
|
|||||||
this.queryParams.studentName = this.user.nickName
|
this.queryParams.studentName = this.user.nickName
|
||||||
} else if (this.roleGroup.includes("辅导员")) {
|
} else if (this.roleGroup.includes("辅导员")) {
|
||||||
this.queryParams.teacherName = this.user.nickName
|
this.queryParams.teacherName = this.user.nickName
|
||||||
|
} else if (this.roleGroup.includes("学务") || this.roleGroup.includes("二级学院")) {
|
||||||
|
this.queryParams.deptName = this.user.dept.deptName
|
||||||
}
|
}
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user