qsh 3 months ago
parent 2e30a103fd
commit 7e049dfd08
  1. 4
      src/views/Clue/Pool/Comp/DialogClue.vue

@ -272,6 +272,10 @@ async function handleSave() {
if (!formRef.value) return
const valid = await formRef.value.getElFormRef().validate()
if (!valid) return
if (!followList.value && followList.value.length == 0) {
message.info('请添加跟进人')
return
}
if (followList.value && followList.value.length && followList.value.some((it) => !it.userId)) {
message.info('请将跟进人填写完整!')
return

Loading…
Cancel
Save