diff --git a/src/views/crm/business/components/BusinessForContactLink.vue b/src/views/crm/business/components/BusinessForContactLink.vue index 4a8a401a..dd66c55a 100644 --- a/src/views/crm/business/components/BusinessForContactLink.vue +++ b/src/views/crm/business/components/BusinessForContactLink.vue @@ -111,7 +111,6 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗 const getList = async () => { loading.value = true try { - console.log(queryParams) const data = await BusinessApi.getBusinessPageByCustomer(queryParams) list.value = data.list total.value = data.total diff --git a/src/views/crm/business/components/BusinessListByContact.vue b/src/views/crm/business/components/BusinessListByContact.vue index 330d6d8f..7f61c6db 100644 --- a/src/views/crm/business/components/BusinessListByContact.vue +++ b/src/views/crm/business/components/BusinessListByContact.vue @@ -75,7 +75,6 @@ const queryParams = reactive({ const getList = async () => { loading.value = true try { - console.log(props.customerId) // 置空参数 queryParams.contactId = undefined // 执行查询