mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
fix:证书必填字段判断修改
This commit is contained in:
@@ -690,11 +690,11 @@ export default {
|
||||
if (!state.condition) return message.warning("请设置获得条件");
|
||||
if (state.condition == 1 && !state.large)
|
||||
return message.warning("请选择完成项目类型");
|
||||
if (state.condition == 2 && !state.selectStageId)
|
||||
if (state.condition == 2 && !state.selectStageName)
|
||||
return message.warning("请选择完成阶段");
|
||||
if (state.condition == 3 && !state.selectTaskId)
|
||||
if (state.condition == 3 && !state.selectTaskName)
|
||||
return message.warning("请选择完成任务");
|
||||
if (state.condition == 4 && !state.selectExamId)
|
||||
if (state.condition == 4 && !state.selectExamName)
|
||||
return message.warning("请选择考试");
|
||||
if (state.condition == 5 && !state.score)
|
||||
return message.warning("请输入积分");
|
||||
|
||||
Reference in New Issue
Block a user