CRM: 跟进组件完善

(cherry picked from commit 9628517b8b)
This commit is contained in:
puhui999
2024-01-20 18:56:24 +08:00
committed by shizhong
parent 3fec9de1cf
commit c8e8ebf025
7 changed files with 183 additions and 92 deletions

View File

@ -69,7 +69,7 @@ const props = withDefaults(defineProps<{ contactIds: number[] }>(), {
const list = ref<ContactApi.ContactVO[]>([] as ContactApi.ContactVO[])
const getContactList = async () => {
list.value = (await ContactApi.getContactListByIds(
props.contactIds
unref(props.contactIds)
)) as unknown as ContactApi.ContactVO[]
}
watch(