mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
fix:只有社招新员工项目校验选修课数量
This commit is contained in:
@@ -3898,7 +3898,7 @@ export default {
|
||||
}
|
||||
})
|
||||
})
|
||||
if(num<state.electiveCourseCount){
|
||||
if(num<state.electiveCourseCount&&state.isNewEmployee){
|
||||
message.warning("选修课课程数小于设置的“选修课数量’值,请修改后重新提交");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user