CRM:code review 跟进记录,
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user