qsh 2 months ago
parent f75140e135
commit 039ab28c15
  1. 2
      src/views/Clue/Pool/Comp/DialogClue.vue

@ -330,7 +330,7 @@ const emit = defineEmits(['success'])
async function handleSave() {
//
if (!formRef.value) return
const valid = await formRef.value.getElFormRef.validate()
const valid = await formRef.value.getElFormRef().validate()
if (!valid) return
if (!followList.value || followList.value.length == 0) {
message.info('请添加跟进人')

Loading…
Cancel
Save