This commit is contained in:
2025-04-07 14:09:32 +08:00
4 changed files with 15 additions and 9 deletions

View File

@@ -737,7 +737,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
ruleForm.proGroupVo.forEach((item: any) => {
})
if (selectTitle) {
ElMessage.error('请填写标题和几选几')
ElMessage.error('请填写组名和几选几')
return
}
// 修改时间
@@ -768,7 +768,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
}
})
if (selectTitle) {
ElMessage.error('请填写标题和几选几')
ElMessage.error('请填写组名和几选几')
return
}
}