feat: 修改提示文案
This commit is contained in:
@@ -737,7 +737,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
|
|||||||
ruleForm.proGroupVo.forEach((item: any) => {
|
ruleForm.proGroupVo.forEach((item: any) => {
|
||||||
})
|
})
|
||||||
if (selectTitle) {
|
if (selectTitle) {
|
||||||
ElMessage.error('请填写标题和几选几')
|
ElMessage.error('请填写组名和几选几')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 修改时间
|
// 修改时间
|
||||||
@@ -768,7 +768,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (selectTitle) {
|
if (selectTitle) {
|
||||||
ElMessage.error('请填写标题和几选几')
|
ElMessage.error('请填写组名和几选几')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user