sc
This commit is contained in:
@@ -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('请添加跟进人')
|
||||
|
||||
Reference in New Issue
Block a user