This commit is contained in:
qsh
2025-03-03 11:27:47 +08:00
parent f75140e135
commit 039ab28c15

View File

@@ -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('请添加跟进人')