mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
入司最低文化程度限制问题修改
This commit is contained in:
@@ -619,7 +619,7 @@ export default {
|
||||
}
|
||||
const degree = Number(this.userInfo.degree)
|
||||
// 学历为初中、小学、其他、文盲阻断入司
|
||||
if (degree == 13 || degree == 12 || degree == 8 || degree == 6) {
|
||||
if (degree == 13 || degree == 12 || degree == 8) {
|
||||
return this.$toast('您的学历不符合入司要求,不允许入司。')
|
||||
}
|
||||
this.bankCodeConfirm()
|
||||
|
||||
Reference in New Issue
Block a user