feat: 修改提示文案

This commit is contained in:
duan 2025-04-07 11:34:48 +08:00
parent 2c53429fc3
commit 49b2de07f7
1 changed files with 2 additions and 2 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
}
}