sc
This commit is contained in:
@@ -335,11 +335,14 @@ async function handleSave() {
|
||||
if (!followList.value || followList.value.length == 0) {
|
||||
message.info('请添加跟进人')
|
||||
return
|
||||
}
|
||||
if (followList.value && followList.value.length && followList.value.some((it) => !it.userId)) {
|
||||
} else if (followList.value.some((it) => !it.userId)) {
|
||||
message.info('请将跟进人填写完整!')
|
||||
return
|
||||
} else if (followList.value.some((it) => it.userId == useUserStore().getUser.id && !it.content)) {
|
||||
message.info('请填写您的首次跟进内容或将线索跟进人改成他人!')
|
||||
return
|
||||
}
|
||||
|
||||
if (appStore.getAppInfo?.instanceType == 1 && !address.value) {
|
||||
message.info('请选择学员位置!')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user