CRM:code review 跟进记录,

This commit is contained in:
YunaiV
2024-01-22 09:35:59 +08:00
parent 213af427a2
commit 66ff10d00c
4 changed files with 14 additions and 2 deletions

View File

@ -141,14 +141,18 @@ const submitForm = async () => {
}
}
/** 关联联系人 */
const contactTableSelectRef = ref<InstanceType<typeof ContactTableSelect>>()
const handleAddContact = () => {
contactTableSelectRef.value?.open()
}
/** 关联商机 */
const businessTableSelectRef = ref<InstanceType<typeof BusinessTableSelect>>()
const handleAddBusiness = () => {
businessTableSelectRef.value?.open()
}
/** 重置表单 */
const resetForm = () => {
formRef.value?.resetFields()